Installation
ESP-DASH depends on the following open-source libraries/boards. Make sure to install them before you install ESP-DASH.
For ESP8266:
- ESP8266 Arduino Core - (latest)
- ESPAsyncTCP - v1.2.0
- ESPAsyncWebServer - v1.2.3
- ArduinoJson - v6.17.0
For ESP32:
- ESP32 Arduino Core - (latest)
- AsyncTCP - v1.0.3
- ESPAsyncWebServer - v1.2.3
- ArduinoJson - v6.17.0
Installing ESP-DASH
1. Directly Through Arduino IDE - Library Manager
Go to Sketch > Include Library > Library Manager > Search for "ESP-DASH" > Install
2. Manual Install
For Windows:
- Download the Repository
- Extract the .zip in
Documents > Arduino > Libraries > {Place "ESP-DASH" folder Here}
For Linux:
- Download the Repository
- Extract the .zip in
Sketchbook > Libraries > {Place "ESP-DASH" folder Here}
3. Import through Arduino IDE
- Download the Repository
- Go to
Sketch > Include Library > Add .zip Library > Select the Downloaded .zip File.