Merge pull request #500 from meshtastic/libpax-rssi

protobufs for https://github.com/meshtastic/firmware/issues/3885
This commit is contained in:
Ben Meadors 2024-05-16 12:27:58 -05:00 committed by GitHub
commit 5cfadd1489
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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