Update app.js

master
Andy Smy 2025-04-18 15:53:24 +01:00 committed by GitHub
parent 7195d928ab
commit ad32e4ed31
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 1 deletions

View File

@ -147,7 +147,10 @@ function startOver() {
}
});
Bangle.on('twist', function() { countDown(0) });
Bangle.on('twist', function() {
console.log("twist");
countDown(0);
});
countDown(0);
}