From fe27b58f97df5e6c623690374225aca16c54970d Mon Sep 17 00:00:00 2001 From: nlisgo Date: Thu, 18 Nov 2021 14:17:26 +0000 Subject: [PATCH] New scramble on btn press --- apps/cubescramble/cube-scramble.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/cubescramble/cube-scramble.js b/apps/cubescramble/cube-scramble.js index c73ebc00e..72ed6c7e3 100644 --- a/apps/cubescramble/cube-scramble.js +++ b/apps/cubescramble/cube-scramble.js @@ -64,3 +64,8 @@ const presentScramble = () => { }; presentScramble(); + +setWatch(() => { + Bangle.buzz(); + presentScramble(); +}, BTN1, {repeat:true});