It's because of the Save on Send that was set in your IDE - obviously if you set it to Yes, even execute after 'reset()' then reset wont work :)
To force it to be removed, just run E.setBootCode() without arguments - it's the same for all Espruino boards. I'm wondering where the best place to add that to the docs is?
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.
It's because of the
Save on Send
that was set in your IDE - obviously if you set it toYes, even execute after 'reset()'
then reset wont work :)To force it to be removed, just run
E.setBootCode()
without arguments - it's the same for all Espruino boards. I'm wondering where the best place to add that to the docs is?