Storing files in ESP32 SPIFFS

While experimenting and researching I found there are two ways of uploading files to the ESP32 via the SPIFF partition. This is separate from the main program sketch which means its content does not need uploading each time. The partition does however need to be preformatted for its first used. Its size is limited to…
Read more