You probably figured this out, but it's because you overwrote the reset function. I guess you saved the code, so it's loaded automatically at startup?
To get around it, see what it says in the troubleshooting page under Espruino stopped working after I typed save(). By pressing buttons in the right way, you can stop Espruino automatically loading the code that you saved.
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.
You probably figured this out, but it's because you overwrote the reset function. I guess you saved the code, so it's loaded automatically at startup?
To get around it, see what it says in the troubleshooting page under
Espruino stopped working after I typed save()
. By pressing buttons in the right way, you can stop Espruino automatically loading the code that you saved.