mirror of
https://github.com/brendanhaines/Hohm-Phone.git
synced 2024-11-09 21:14:44 -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
|
// Time in miliseconds to stop listening for keypad input
|
||||||
#define SLEEP_TIMEOUT 120000
|
#define SLEEP_TIMEOUT 120000
|
||||||
|
|
||||||
// RSSI value below which No Signal LED will light
|
// RSSI value below which No Service LED will light
|
||||||
#define RSSI_THRESHOLD 5
|
#define RSSI_THRESHOLD 3
|
||||||
|
|
||||||
// Keypad pinout
|
// Keypad pinout
|
||||||
byte rowPins[4] = {5, 10, 9, 7};
|
byte rowPins[4] = {5, 10, 9, 7};
|
||||||
|
|
Loading…
Reference in New Issue
Block a user