Hi Gordon,
unfortunately Interval Timer app still crashes (blank screen) and the following appears on the web IDE
Uncaught ReferenceError: "a" is not defined
at line 1 col 787 in intervalTimer.app.js
...1,h.width=32,h.r=1,h))}]},a&&a.push.apply(a,this._l.c[1].c);this.se...
^
in function "Layout" called from line 63 col 355 in intervalTimer.app.js
...{decrementActiveTime();}}]});menuLayout.render();const incrementA...
^
in function "setActiveTime" called from line 77 col 50 in intervalTimer.app.js
}Bangle.setUI();timerMode='active';setActiveTime();
^
in function "setup" called from line 77 col 81 in intervalTimer.app.js
...angle.setLCDPower(1);setup();
^
>
Running in the emulator and disabling minified module uploads, this is the message:
>Uncaught Error: Cannot read property 'bind' of undefined
at line 1 col 709
....btnWatches.push(setWatch(a.bind(this,0),BTN1,{repeat:!0,edg...
^
in function "setUI" called from line 1 col 916
...this._l.c[1].c)}this.setUI();var e=this;d(this._l),this.upda...
^
in function "Layout" called from line 16 col 5
]});
^
in function "setActiveTime" called from line 8 col 17
setActiveTime();
^
in function "setup" called from line 1 col 7
setup();
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.
Hi Gordon,
unfortunately Interval Timer app still crashes (blank screen) and the following appears on the web IDE
Running in the emulator and disabling minified module uploads, this is the message:
Thanks!
g