From ee9093a6c668d0acb2abaf7c042899d616c8f842 Mon Sep 17 00:00:00 2001 From: spatialfree Date: Wed, 31 Jan 2024 11:32:04 -0500 Subject: [PATCH] libs --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 6bffb55..948386a 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,11 @@ this early repo may require special help/information depending on your setup and - [vscode](https://https://code.visualstudio.com/) - [arduino extension](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.vscode-arduino) +## libs +- [WiFi](https://github.com/espressif/arduino-esp32/tree/master/libraries/WiFi) +- [AsyncUDP](https://github.com/espressif/arduino-esp32/tree/master/libraries/AsyncUDP) +- [ESP32Servo](https://github.com/jkb-git/ESP32Servo) + ## setup - enter your wifi credentials in ```hardware/braille_xr/_wifi_config.h``` --removing the leading underscore in the filename so it get's included in sketch (and gitignored) ```shell