From eb5aee66bcf310df297be828f4d75e8883d04715 Mon Sep 17 00:00:00 2001 From: Brendan Haines Date: Fri, 2 Dec 2016 20:15:05 -0700 Subject: [PATCH] changes RSSI threshold --- Hohm_Phone.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Hohm_Phone.ino b/Hohm_Phone.ino index 4be2dc3..902d052 100644 --- a/Hohm_Phone.ino +++ b/Hohm_Phone.ino @@ -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};