Skip to content

Commit

Permalink
Merge pull request #500 from meshtastic/libpax-rssi
Browse files Browse the repository at this point in the history
  • Loading branch information
thebentern authored May 16, 2024
2 parents bee9ddc + 1b0b61a commit 5cfadd1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions meshtastic/module_config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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;

}

/*
Expand Down

0 comments on commit 5cfadd1

Please sign in to comment.