From 1ca5d7b208227ba3e7cc220774427817ab6868db Mon Sep 17 00:00:00 2001 From: Brendan Haines Date: Sat, 3 Dec 2016 09:25:16 -0700 Subject: [PATCH] resets activity timer after call end --- Hohm_Phone.ino | 1 + 1 file changed, 1 insertion(+) diff --git a/Hohm_Phone.ino b/Hohm_Phone.ino index f29a7d5..8f3182a 100644 --- a/Hohm_Phone.ino +++ b/Hohm_Phone.ino @@ -67,6 +67,7 @@ void inCall() { } clearPhoneNumber(); startDialtone = true; + lastActiveTime = millis(); delay(100); }