Update app.js

master
Andy Smy 2025-05-09 18:51:42 +01:00 committed by GitHub
parent fd09ae5f3a
commit 6fe6b093f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ function countDown(dir) {
addLog(timeSig, over, counter, "Correction", formatDuration(deadDuration));
}
if(counter == ballsPerOver - 2) {
Bangle.buzz().then(()=>{
Bangle.buzz(400).then(()=>{
return new Promise(resolve=>setTimeout(resolve,500)); // wait 500ms
}).then(()=>{
return Bangle.buzz(500);