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

Commit

Permalink
Use default LittleFS for ESP8266
Browse files Browse the repository at this point in the history
  • Loading branch information
khoih-prog committed Mar 5, 2022
1 parent 5ff00ec commit bc8fb7e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/ESP_WiFi/defines.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

/////////////////////////////////////////////
Expand Down

0 comments on commit bc8fb7e

Please sign in to comment.