IRremoteESP8266 is required when compiling for ESP32

master
Louis Beaudoin 2020-10-19 23:48:03 +01:00
rodzic b553f75f02
commit 3f943eaf20
1 zmienionych plików z 1 dodań i 1 usunięć

@ -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).)
</details>