mirror of https://github.com/espruino/BangleApps
Try to get scramble reset to work
parent
fe27b58f97
commit
0e0086c5d8
|
@ -63,9 +63,12 @@ const presentScramble = () => {
|
|||
E.showMessage(makeScramble().join(" "));
|
||||
};
|
||||
|
||||
presentScramble();
|
||||
|
||||
setWatch(() => {
|
||||
Bangle.buzz();
|
||||
const init = () => {
|
||||
presentScramble();
|
||||
}, BTN1, {repeat:true});
|
||||
|
||||
setWatch(() => {
|
||||
presentScramble();
|
||||
}, BTN1, {repeat:true});
|
||||
};
|
||||
|
||||
init();
|
||||
|
|
Loading…
Reference in New Issue