Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Commit bc8fb7e

Browse files
authored
Use default LittleFS for ESP8266
1 parent 5ff00ec commit bc8fb7e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

examples/ESP_WiFi/defines.h

+4
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@
6262
// For core v1.0.6-, ESP32-C3 only supporting SPIFFS and EEPROM. To use v2.0.0+ for LittleFS
6363
#define USE_LITTLEFS false
6464
#define USE_SPIFFS true
65+
#else
66+
// For ESP8266, and other boards
67+
#define USE_LITTLEFS true
68+
#define USE_SPIFFS false
6569
#endif
6670

6771
/////////////////////////////////////////////

0 commit comments

Comments
 (0)