Thomas Göttgens 2024-05-16 15:36:04 +02:00
rodzic bee9ddc716
commit 1b0b61a76e
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;
}
/*