-
• #2
I'm assuming ESP8266 and you've added the reset buttons?
There's anerase_flash
command you can use that will clear everything. Seeesptool -h
for more info. Then reflash with your espruino binaries and hopefully all good. -
• #3
Thank you! yes! that did the trick.
The board I have is a Nodemcu V3, so the physical buttons I was mentioning were the RST and FLASH.
I used one of the GPIO pins and made an LED blink. The code was running well, so I added
save()
to the end of my code to make it permanent, but the LED only remained on and none of the pins worked anymore. So I a few things for cleaning the save data, likereset()
or as documentation has suggested, pressing the two physical buttons at the same time. When none of these worked, I assumed flashing the device will turn it back to its original condition but now I get this:and then nothing.
I tried to flash it a few more times trying both sets of parameters written in tutorial page with esptool (just as I did in the first place and worked well) but it seems something wrong has remained on the board