Build the web server
Last updated
Was this helpful?
Last updated
Was this helpful?
In order to build the web server we will be using the that is perfect for building an Asynchronous web server.
We need to install it manually by following the steps below:
Download the zip folder of the
Unzip the folder.
Rename your folder from ESPAsyncWebServer-master to ESPAsyncWebServer
Move the ESPAsyncWebServer folder to your Arduino IDE installation libraries folder
Download the zip file with the
Unzip the folder
Rename your folder from ESPAsyncTCP-master to ESPAsyncTCP
Move the ESPAsyncTCP folder to your Arduino IDE installation libraries folder
Finally, re-open your Arduino IDE.