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
Moving the filesystem from SPIFFS to LittleFS for v3 (ESP32 port) so it's in line with v2 (ESP8266). LittleFS has been added to the Arduino Core 4.2 which is coming soon. Until then we'll be using local libraries. LittleFS is about 2-3 times faster in reading and writing the settings files.
Switching from 3.0.0b1 to 3.0.0b2 will erase all the previous settings so make sure you've made a dump of any settings before upgrading.
Moving the filesystem from SPIFFS to LittleFS for v3 (ESP32 port) so it's in line with v2 (ESP8266). LittleFS has been added to the Arduino Core 4.2 which is coming soon. Until then we'll be using local libraries. LittleFS is about 2-3 times faster in reading and writing the settings files.
Switching from 3.0.0b1 to 3.0.0b2 will erase all the previous settings so make sure you've made a dump of any settings before upgrading.
See https://github.com/espressif/arduino-esp32/tree/idf-release/v4.2/libraries/LITTLEFS and https://github.com/lorol/LITTLEFS
The text was updated successfully, but these errors were encountered: