This repository was archived by the owner on Feb 4, 2023. It is now read-only.
This repository was archived by the owner on Feb 4, 2023. It is now read-only.
Not working with ESP32 and Core 2.0.1 (or 2.0.0+) #74
Closed
Description
Describe the bug
When you compile any example on ESP32 and core 2.0.1 you get LittleFS errors.
Steps to Reproduce
Compile any example on an ESP32 with core 2.0.1 (its works with esp8266 though, and esp32 w core 1.0.6)
Expected behavior
Works and compile.
Actual behavior
Throws several LittleFS errors. (Also have to rename because on esp32 the name was changed from LITTLEFS to LittleFS, but still will compile and wont work (can't save network configuration correctly). If I rename it to make it work cant save network config it will save 255.255.255.255 and the likes
Debug and AT-command log (if applicable)
Also tried with full-clean computer and got the same issue.