homieiot / homie-esp8266

💡 ESP8266 framework for Homie, a lightweight MQTT convention for the IoT
http://homieiot.github.io/homie-esp8266
MIT License
1.36k stars 308 forks source link

Support for LittleFS #699

Open kleini opened 3 years ago

kleini commented 3 years ago

SPIFFS remains default and LittleFS needs to be explicitly selected with compiler flags. LittleFS can only be used if config mode is excluded.

kleini commented 3 years ago

Does somebody have a pointer, how to get proper LittleFS support for ESP32? Arduino Core does not contain LittleFS for ESP32.