mirror of
https://github.com/brendanhaines/Hohm-Phone.git
synced 2024-12-25 18:37:45 -07: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…
Reference in New Issue
Block a user