For most stuff reset(1) will work for you too (to clear saved code from storage) - it's only if you added code in something like .boot0 as well that it wouldn't be totally erased.
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.
For most stuff
reset(1)
will work for you too (to clear saved code from storage) - it's only if you added code in something like.boot0
as well that it wouldn't be totally erased.