diff --git a/Home.md b/Home.md index 4b46c8f..32caa41 100644 --- a/Home.md +++ b/Home.md @@ -19,7 +19,7 @@ If not noted otherwise, all information applies to the latest release (v0.10.2). - Follow a guide to setup your Arduino IDE (I am using version 1.8.9) with the ESP8266 libraries. For current compiles I recommend the latest Arduino core version 2.7.4. If you do not wish to install all libraries manually it is recommended to download the Platform.io extension for VS Code. -- You will need to install the [NeoPixelBus library by Makuna (2.6.0)](https://github.com/Makuna/NeoPixelBus), [FastLED](https://github.com/FastLED/FastLED), [my fork of the ESPAsyncWebServer](https://github.com/Aircoookie/ESPAsyncWebServer), [ESPAsyncTCP](https://github.com/me-no-dev/ESPAsyncTCP) ([AsyncTCP for ESP32](https://github.com/me-no-dev/AsyncTCP)), [ESPAsyncUDP](https://github.com/me-no-dev/ESPAsyncUDP) (not for ESP32) and [IRRemoteESP8266](https://github.com/crankyoldgit/IRremoteESP8266) (not for ESP32). All other dependencies are included with WLED for convenience. +- You will need to install the [NeoPixelBus library by Makuna (2.6.0)](https://github.com/Makuna/NeoPixelBus), [FastLED](https://github.com/FastLED/FastLED), [my fork of the ESPAsyncWebServer](https://github.com/Aircoookie/ESPAsyncWebServer), [ESPAsyncTCP](https://github.com/me-no-dev/ESPAsyncTCP) ([AsyncTCP for ESP32](https://github.com/me-no-dev/AsyncTCP)), [ESPAsyncUDP](https://github.com/me-no-dev/ESPAsyncUDP) (not for ESP32) and [IRRemoteESP8266](https://github.com/crankyoldgit/IRremoteESP8266). All other dependencies are included with WLED for convenience. - Now compile and flash the software! Make sure you erase everything when you flash! (If your board config does not provide this option, you can `Sketch -> Export compiled Binary` and upload with [any ESP flashing tool](https://github.com/Aircoookie/WLED/wiki/Install-WLED-binary).)