-
Notifications
You must be signed in to change notification settings - Fork 123
Closed as not planned
Labels
Description
The installation/usage docs should be revised to point to the correct repository for the dependant libraries.
For the AsyncTCP library, link should be: https://github.com/ESP32Async/AsyncTCP
For the ESPAsyncWebServer library, link should be: https://github.com/ESP32Async/ESPAsyncWebServer
For those using the PlatformIO or pioarduino extensions with VSCode, use the following in your platformio.ini file:
lib_deps =
ayushsharma82/WebSerial@^2.1.1
ESP32Async/AsyncTCP@^3.4.7
ESP32Async/ESPAsyncWebServer@^3.8.0
Adjust the revision number of each as needed.