Are you maybe missing the Bangle object at the start? It's called with Bangle.setUI({mode:"clock"});
Bangle
Bangle.setUI({mode:"clock"});
That's the problem. Emulator is happy. Deploying to production - watch this space for details.
@dgnuff 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.
Are you maybe missing the
Bangle
object at the start? It's called withBangle.setUI({mode:"clock"});