That's great - thanks for posting up the solution!
Just to add you can use Bluetooth.println instead of console.log in the Bangle app if you want - it outputs direct, so doesn't output some of the other rubbish (the delete character, and > which are used for the REPL)
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.
That's great - thanks for posting up the solution!
Just to add you can use
Bluetooth.println
instead ofconsole.log
in the Bangle app if you want - it outputs direct, so doesn't output some of the other rubbish (the delete character, and>
which are used for the REPL)