Deprecate SPIFFS, move examples to LittleFS by earlephilhower · Pull Request #7263 · esp8266/Arduino

@earlephilhower added this to the 2.7.1 milestone

May 3, 2020

@earlephilhower earlephilhower changed the title Deprecate SPIFFS, move examples to LittleFS WIP - Deprecate SPIFFS, move examples to LittleFS

May 3, 2020

@earlephilhower

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 earlephilhower changed the title WIP - Deprecate SPIFFS, move examples to LittleFS Deprecate SPIFFS, move examples to LittleFS

May 3, 2020

@devyte

@earlephilhower

@earlephilhower

@mcspr mcspr mentioned this pull request

Nov 13, 2021

6 tasks