Merge pull request #500 from meshtastic/libpax-rssi

protobufs for https://github.com/meshtastic/firmware/issues/3885
pull/502/head v2.3.10
Ben Meadors 2024-05-16 12:27:58 -05:00 zatwierdzone przez GitHub
commit 5cfadd1489
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 11 dodań i 0 usunięć

Wyświetl plik

@ -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;
}
/*