From 1b0b61a76e66fc65d0821efae1f4eab6ac6f4209 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Thu, 16 May 2024 15:36:04 +0200 Subject: [PATCH] protobufs for https://github.com/meshtastic/firmware/issues/3885 --- meshtastic/module_config.proto | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/meshtastic/module_config.proto b/meshtastic/module_config.proto index 36a2b4b..8215e01 100644 --- a/meshtastic/module_config.proto +++ b/meshtastic/module_config.proto @@ -254,6 +254,17 @@ message ModuleConfig { */ uint32 paxcounter_update_interval = 2; + + /* + * WiFi RSSI threshold. Defaults to -80 + */ + int32 wifi_threshold = 3; + + /* + * BLE RSSI threshold. Defaults to -80 + */ + int32 ble_threshold = 4; + } /*