You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 4, 2023. It is now read-only.
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.