In creating a new clock app, I find that occasionally loading it onto Bangle 2 fails and the IDE presents a lot of the code in many lines, then takes it away and presents:
echo(1)
undefined
Reloading almost always works, the above odd behavior occurring maybe 1 in 5 attempts, and only after I've changed a small detail (like color) in the code. Suggestions as to cause? Possibly a bug in the IDE?
I'm not a programmer/coder but am on my own for this glitch, which doesn't seem to occur on loading other code the same way.
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.
In creating a new clock app, I find that occasionally loading it onto Bangle 2 fails and the IDE presents a lot of the code in many lines, then takes it away and presents:
Reloading almost always works, the above odd behavior occurring maybe 1 in 5 attempts, and only after I've changed a small detail (like color) in the code. Suggestions as to cause? Possibly a bug in the IDE?
I'm not a programmer/coder but am on my own for this glitch, which doesn't seem to occur on loading other code the same way.