Hi everybody,
I'm currently learning about SPIFFS on ESP8266, so I have installed the plugin / add-on, included the 'FD.h", tried the code, and it works well.
Here is the problem, the Arduino IDE under Tool --> Flash Size is not giving me the option to choose the SPIFFS size like in the photo below
Instead, I'm getting the OTA (Over the air) options . . . .
Any ideas on why I can't see the SPIFFS settings ?
Additional question: If a want to delete all SPIFFS files from the memory, should I upload a new code with "no SPIFFS" selected ? I'm not talking about the delete method, like with the SD card module.