Deprecate SPIFFS, move examples to LittleFS by earlephilhower · Pull Request #7263 · esp8266/Arduino
added this to the
2.7.1 milestone
earlephilhower
changed the title
Deprecate SPIFFS, move examples to LittleFS
WIP - Deprecate SPIFFS, move examples to LittleFS
SPIFFS has been a great filesystem, but it has significant problems in many cases (and it's also pretty slow). Development seems to have slowed/stopped on the upstream version, and we're not able to provide support or fix the known issues with it as-is. Deprecate SPIFFS variable. Update all examples to use LittleFS instead of SPIFFS. Also, minor cleanup on very old examples which has obsolete delays waiting for the Serial port to come up, or which were stuck at 9600 baud because of their ancient AVR heritage. Fixes esp8266#7095
earlephilhower
changed the title
WIP - Deprecate SPIFFS, move examples to LittleFS
Deprecate SPIFFS, move examples to LittleFS
mcspr
mentioned this pull request
6 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters