srwi / FastLEDHub

Control multiple FastLED lightstrip animations on the ESP8266 and ESP32 without reuploading.
GNU Lesser General Public License v2.1
53 stars 2 forks source link

Fatal error with compiling ESP32 boards #12

Closed gootzte closed 1 year ago

gootzte commented 1 year ago

Config.cpp:15:24: fatal error: LittleFS.h: No such file or directory Appears there may be a missing library dependency.

srwi commented 1 year ago

LittleFS should be part of the Arduino core v2 for the ESP32. Which version are you using?