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