LittleFS became the standard on ESP8266 and is really convenient way to write data (even JSON) on the storage, without the ancient method needed when using EEPROM for example.
Is there a way to use LittleFS on ESP32? Or, does ESP32 have a good alternative to LittleFS?
How to use LittleFS on ESP32?
-
- Posts: 166
- Joined: Wed Aug 01, 2018 12:06 pm
-
- Posts: 21
- Joined: Thu Apr 16, 2020 9:41 am
Re: How to use LittleFS on ESP32?
your answer does not really answer my questionidahowalker wrote: ↑Sun Jun 14, 2020 7:51 pmhttps://docs.espressif.com/projects/esp ... index.html see Storage.
Re: How to use LittleFS on ESP32?
Here's my port of LittleFS that has the same API as the esp-idf SPIFFS port. Basically it should just work if you replace all your "spiffs" calls with "littlefs". Only slight difference is in your configuration, you don't specify "max_files".
https://github.com/joltwallet/esp_littlefs
https://github.com/joltwallet/esp_littlefs
Who is online
Users browsing this forum: No registered users and 38 guests