mirror of
https://github.com/brendanhaines/Hohm-Phone.git
synced 2025-04-04 07:35:10 -06:00
changes RSSI threshold
This commit is contained in:
parent
e6597a726b
commit
eb5aee66bc
@ -21,8 +21,8 @@
|
||||
// Time in miliseconds to stop listening for keypad input
|
||||
#define SLEEP_TIMEOUT 120000
|
||||
|
||||
// RSSI value below which No Signal LED will light
|
||||
#define RSSI_THRESHOLD 5
|
||||
// RSSI value below which No Service LED will light
|
||||
#define RSSI_THRESHOLD 3
|
||||
|
||||
// Keypad pinout
|
||||
byte rowPins[4] = {5, 10, 9, 7};
|
||||
|
Loading…
x
Reference in New Issue
Block a user