mirror of https://github.com/espruino/BangleApps
Removed debugging buzzes
parent
2205660600
commit
6e14fc851d
|
@ -226,6 +226,7 @@ function countdown() {
|
||||||
|
|
||||||
if (countDownFinished()) {
|
if (countDownFinished()) {
|
||||||
unsetDrawInterval();
|
unsetDrawInterval();
|
||||||
|
g.flip();
|
||||||
alertCountdownFinished();
|
alertCountdownFinished();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -248,7 +249,6 @@ function startMenuScene() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function startCountdownScene() {
|
function startCountdownScene() {
|
||||||
Bangle.beep();
|
|
||||||
setupCountdownWatches();
|
setupCountdownWatches();
|
||||||
unsetDrawInterval();
|
unsetDrawInterval();
|
||||||
setCountdownTime();
|
setCountdownTime();
|
||||||
|
|
Loading…
Reference in New Issue