From 6dbe51952ddd812f6efa3b34d1c9cd88c667dc8c Mon Sep 17 00:00:00 2001 From: Brendan Haines Date: Tue, 1 Nov 2016 22:09:46 -0600 Subject: [PATCH] resumes dialtone at end of call --- Hohm_Phone.ino | 1 + 1 file changed, 1 insertion(+) diff --git a/Hohm_Phone.ino b/Hohm_Phone.ino index 2bd6567..4d299c1 100644 --- a/Hohm_Phone.ino +++ b/Hohm_Phone.ino @@ -104,6 +104,7 @@ void inCall() { phoneNumber[j] = 0; } phoneNumberLength = 0; + startDialtone = true; } void beginCall() {