I'm assuming ESP8266 and you've added the reset buttons?
There's an erase_flash command you can use that will clear everything. See esptool -h for more info. Then reflash with your espruino binaries and hopefully all good.
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.
I'm assuming ESP8266 and you've added the reset buttons?
There's an
erase_flash
command you can use that will clear everything. Seeesptool -h
for more info. Then reflash with your espruino binaries and hopefully all good.