diff --git a/examples/ESP_WiFi/defines.h b/examples/ESP_WiFi/defines.h index 4e9a6e5..003dd69 100644 --- a/examples/ESP_WiFi/defines.h +++ b/examples/ESP_WiFi/defines.h @@ -62,6 +62,10 @@ // For core v1.0.6-, ESP32-C3 only supporting SPIFFS and EEPROM. To use v2.0.0+ for LittleFS #define USE_LITTLEFS false #define USE_SPIFFS true +#else + // For ESP8266, and other boards + #define USE_LITTLEFS true + #define USE_SPIFFS false #endif /////////////////////////////////////////////