From 2a82af6a14db9a64af7fe18802213cec5634e0f6 Mon Sep 17 00:00:00 2001 From: Andy Smy <47543767+AndySmee@users.noreply.github.com> Date: Thu, 17 Apr 2025 22:12:08 +0100 Subject: [PATCH] Update app.js --- apps/umpire/app.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/apps/umpire/app.js b/apps/umpire/app.js index 7611b3b00..56734194f 100644 --- a/apps/umpire/app.js +++ b/apps/umpire/app.js @@ -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({