Save images for my web server in SPIFFS on esp32-S2

379 views Asked by At

Hi it's my first time using esp32-S2 because now its not recommended to use esp32. I'm looking for saving images in SPIFFS for my web server. In esp32 i used to use esp32fs plugin (https://github.com/me-no-dev/arduino-esp32fs-plugin) but it doesn't work for esp32-S2. I would like to know if there is any plugin like esp32fs and if not how can i save my images (I'm using arduinoIDE 1.8.19). I've been searching but i didn't found anything. Any orientation is welcomed. Thank you for your time and assistance.

1

There are 1 answers

0
khoih-prog On

You can try my ESP32_FSWebServer_DRD or ESP_FSWebServer example of ESP_WiFiManager library

Follow the instructions in ESP_FSWebServer Example

You can use either deprecated SPIFFS or the better LittleFS