restarts dialtone time when incoming call is refused

This commit is contained in:
2016-12-02 23:28:06 -07:00
parent dff7c4745f
commit bcbf835bcd

View File

@@ -142,6 +142,8 @@ void loop() {
clearPhoneNumber();
startDialtone = true;
delay(100);
resumeDialtone();
lastActiveTime = millis();
}
}