From 6a998285592819ca51338e665c11a8929b90b39d Mon Sep 17 00:00:00 2001 From: llathieyre Date: Sat, 13 Apr 2024 14:02:36 -0700 Subject: [PATCH] adding ESPAsyncWebServer as required library in doc --- hardware/light/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/hardware/light/README.md b/hardware/light/README.md index 9ec534a..bcdff8e 100644 --- a/hardware/light/README.md +++ b/hardware/light/README.md @@ -11,6 +11,7 @@ To set up audio recording + playback on the ESP32 (M5 Atom), do the following: - M5Atom by M5Stack [Reference](https://www.arduino.cc/reference/en/libraries/m5atom/) - WebSockets by Markus Sattler [Reference](https://www.arduino.cc/reference/en/libraries/websockets/) - AsyncTCP by dvarrel [Reference](https://github.com/dvarrel/AsyncTCP) +- ESPAsyncWebServer by lacamera [Reference](https://github.com/lacamera/ESPAsyncWebServer) Finally, to flash the .ino to the board, connect the board to the USB port, select the port from the dropdown on the IDE, then select the M5Atom board (or M5Stack-ATOM if you have that). Click on upload to flash the board.