Skip to content

Commit

Permalink
Merge pull request OpenInterpreter#260 from moaazsidat/main
Browse files Browse the repository at this point in the history
Add library ESPAsyncWebServer to ESP setup README
  • Loading branch information
KillianLucas authored May 4, 2024
2 parents 59fa4e0 + e9273da commit 4214599
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hardware/light/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/me-no-dev/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.

Expand Down

0 comments on commit 4214599

Please sign in to comment.