Argh, sorry about that. The odd thing is that the bootloader (via bootupdate.js) does define clockupdown. What firmware version do you have? process.env.COMMIT
I think what might have happened is your firmware is new enough to have Bangle.setUI but not new enough to have clockupdown in it. If you had an older firmware without it then the bootloader code would have 'polyfilled' it with the correct version
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.
Argh, sorry about that. The odd thing is that the bootloader (via bootupdate.js) does define
clockupdown
. What firmware version do you have?process.env.COMMIT
I think what might have happened is your firmware is new enough to have
Bangle.setUI
but not new enough to haveclockupdown
in it. If you had an older firmware without it then the bootloader code would have 'polyfilled' it with the correct version