mirror of
https://github.com/brendanhaines/Hohm-Phone.git
synced 2024-11-09 21:14:44 -07:00
restarts dialtone time when incoming call is refused
This commit is contained in:
parent
dff7c4745f
commit
bcbf835bcd
|
@ -142,6 +142,8 @@ void loop() {
|
||||||
clearPhoneNumber();
|
clearPhoneNumber();
|
||||||
startDialtone = true;
|
startDialtone = true;
|
||||||
delay(100);
|
delay(100);
|
||||||
|
resumeDialtone();
|
||||||
|
lastActiveTime = millis();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user