'You can now go to http://banglejs.com/apps , connect, then go to ‘About -> Remove All Apps’, re-install ‘Bootloader’ and a ‘Clock’ and you’re good to go.'
Nope. Not good to go here. BTN2 still doesn't open a menu.
>E.getBattery()
=100
>setWatch(() => {
: E.showMessage("You\npressed\nthe middle\nbutton!");
: setTimeout(()=>g.clear(), 1000);
:}, BTN2);
=1
Uncaught Error: Function "setLCDOffset" not found!
at line 1 col 8
Bangle.setLCDOffset(0);Bangle.setLCDMode("direct");g.clear()...
^
in function called from system
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
. . . . cont
Reset Bangle by following instructions beneath heading 'Resetting without loading any code'
Nope. Not good to go here. BTN2 still doesn't open a menu.
Niether does
E.showMenu()
.Reading over
Entering
BTN2.read();
does in fact returntrue
when the middle button is depressed andfalse
otherwise.Entering
produces the following error: