Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By helpme
#55467 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.