This commit is contained in:
Thomas Göttgens 2024-05-16 15:36:04 +02:00
parent bee9ddc716
commit 1b0b61a76e

View file

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