Erase contents of SPIFFS during firmware programming
Posted: Wed Sep 21, 2016 12:07 am
I am using ESP8266 Arduino on Eclipse. My firmware uses SPIFFS to store configuration settings. I would like to erase these settings during firmware programming.
The command below does not erase the settings;
esptool.exe -cd nodemcu -cb 115200 -cp COM3 -ca 0x00000 -cf firmware.bin
What command should be used to erase the SPIFFS that stores the settings.
The command below does not erase the settings;
esptool.exe -cd nodemcu -cb 115200 -cp COM3 -ca 0x00000 -cf firmware.bin
What command should be used to erase the SPIFFS that stores the settings.