New scramble on btn press

pull/888/head
nlisgo 2021-11-18 14:17:26 +00:00
parent d7ebc1438d
commit fe27b58f97
1 changed files with 5 additions and 0 deletions

View File

@ -64,3 +64,8 @@ const presentScramble = () => {
};
presentScramble();
setWatch(() => {
Bangle.buzz();
presentScramble();
}, BTN1, {repeat:true});