lorol / arduino-esp32littlefs-plugin

A LittleFS wrapper for Arduino ESP32 of Mbed LittleFS Library
GNU General Public License v2.0
18 stars 4 forks source link

not working with ESP32-C3 #4

Open siteswapjuggler opened 9 months ago

siteswapjuggler commented 9 months ago

I was stucking with ESP32-C3 which was not recognised as an ESP32.

Fortunately the SPIFFS version of the tool just did a 1.1 relase to correct just that... see... https://github.com/me-no-dev/arduino-esp32fs-plugin/commit/f8fc175f1f20c7b3d006a05152d0313baa9ba5f5

Inspired by this change I did the modification an recompilation and it now work like a charm.

Download link below : esp32littlefs.zip

siteswapjuggler commented 9 months ago

Actually I didn't saw that the tool has migrated to this one : https://github.com/lorol/arduino-esp32fs-plugin

By the way this new tool give an error this error with LittleFS on MacOS : Error: esptool not found!

I'll try to investigate.