Closed MingKoo closed 3 years ago
Since PageBuilder 1.4.2 with ESP8266, the default file system has changed SPIFFS to LittleFS. https://github.com/Hieromon/PageBuilder/releases/tag/v1.4.2
Your posted log said:
PLATFORM: Espressif 8266 2.0.4 > WeMos D1 mini Lite
My understanding is that PlatformIO's Espressif 8266 2.0.4 is based on Arduio core 2.5.0. If you are using esp8266 2.5.0 (maybe 2.5.1) or earlier, you need to specify SPIFFS as the default file system with platformio.ini.
build_flags = -DPB_USE_SPIFFS
Explicit properly usage of SPIFFS and LittleFS is supported by Arduino core as well as Page Builder 1.4.2. It has already been solved by the PB_USE_SPIFFS definition.
You will not be consistent with the default filesystem of Arduino core unless you present filesystem=littlefs
with platformio.ini.