Hi,
Module: ESP32
Flash: 16MB
For one of my project. I wanted to implement an OTA update for the file system. I was able to get a clean code from GitHub which has Firmware + SPIFFS OTA HTTP update. But recently I switched to LITTLEFS which is faster than SPIFFS. I did a research and I was unable to find proper OTA documentation for the LITTLE FS file system.
. I have attached the GITHUB repo for Firmware + SPIFFS HTTP OTA update below this.
GitHub - meditant/esp32HttpJsonOTA at fc0b829470025c14df5c3f56157a323a081d40b0
Have anyone tried FIRMWARE + LITTLEFS OTA? Please share your thoughts.