diff --git a/Compiling-WLED.md b/Compiling-WLED.md index 22367f3..f535659 100644 --- a/Compiling-WLED.md +++ b/Compiling-WLED.md @@ -39,7 +39,9 @@ Library Name | Platform [ESPAsyncTCP](https://github.com/me-no-dev/ESPAsyncTCP) | ESP8266 only [ESPAsyncUDP](https://github.com/me-no-dev/ESPAsyncUDP) | ESP8266 only [AsyncTCP for ESP32](https://github.com/me-no-dev/AsyncTCP) | ESP32 only -[LITTLEFS_esp32](https://github.com/lorol/LITTLEFS) | ESP32 only +[LITTLEFS_esp32](https://github.com/lorol/LITTLEFS)* | ESP32 only + +* Please see [the installation guide](https://github.com/lorol/LITTLEFS#installation). You might need to enable a define in the library code. All other dependencies are included with WLED for convenience.