Even more damning: the code still hangs if you replace Bangle.drawWidgets(); with WIDGETS["batpc"].draw();
Bangle.drawWidgets();
WIDGETS["batpc"].draw();
@NebbishHacker started
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.
Even more damning: the code still hangs if you replace
Bangle.drawWidgets();
withWIDGETS["batpc"].draw();