changes RSSI threshold

This commit is contained in:
Brendan Haines 2016-12-02 20:15:05 -07:00
parent e6597a726b
commit eb5aee66bc

View File

@ -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};