From bcbf835bcda61aac8314df0a19018803a56814ca Mon Sep 17 00:00:00 2001 From: Brendan Haines Date: Fri, 2 Dec 2016 23:28:06 -0700 Subject: [PATCH] restarts dialtone time when incoming call is refused --- Hohm_Phone.ino | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Hohm_Phone.ino b/Hohm_Phone.ino index 718430b..f29a7d5 100644 --- a/Hohm_Phone.ino +++ b/Hohm_Phone.ino @@ -142,6 +142,8 @@ void loop() { clearPhoneNumber(); startDialtone = true; delay(100); + resumeDialtone(); + lastActiveTime = millis(); } }