Update app.js

master
Andy Smy 2025-04-17 22:12:08 +01:00 committed by GitHub
parent bb03ed2fc5
commit 2a82af6a14
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 2 deletions

View File

@ -38,7 +38,7 @@ function countDown(dir) {
addLog(timeSig, over, counter, "Correction", "");
}
Bangle.buzz();
if(counter==4) Bangle.buzz();
if(counter==4) setTimeout(Bangle.buzz(), 300);
}
// Over
@ -73,7 +73,8 @@ function countDown(dir) {
// Now buzz
Bangle.buzz();Bangle.buzz();
setTimeout(Bangle.buzz(), 300);
setTimeout(Bangle.buzz(), 1000);
Bangle.setUI({