Just to add the answer here too: If you've set the IDE to Save on Send, it saves the code in a different area (as it's saving raw JS, rather than an image of interpreter state).
To force what you saved that way to be removed, just run E.setBootCode() without arguments.
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.
Just to add the answer here too: If you've set the IDE to
Save on Send
, it saves the code in a different area (as it's saving raw JS, rather than an image of interpreter state).To force what you saved that way to be removed, just run
E.setBootCode()
without arguments.