If you were uploading via espruino -d bangle myfile.js then the reset would be applied automatically, but when you're just uploading an expression the CLI assumes you don't want a reset (eg you might just want to run a single function to set something up)
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.
Ahh, yes,
RESET_BEFORE_SEND
makes sense.If you were uploading via
espruino -d bangle myfile.js
then the reset would be applied automatically, but when you're just uploading an expression the CLI assumes you don't want a reset (eg you might just want to run a single function to set something up)