From 60a6db983222055d4211b44fca6f99621cc765ed Mon Sep 17 00:00:00 2001 From: spatialfree Date: Mon, 25 Mar 2024 15:00:09 -0400 Subject: [PATCH] initialization iteration --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7d2ef24..b58f2b1 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,13 @@ this early repo may require special help/information depending on your setup and ## init ### required -- [dotnet sdk](https://dotnet.microsoft.com/en-us/download) v8 -- [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) -### optional (*if you know what you are doing) +- c++ compiler (in PATH) - [vscode](https://https://code.visualstudio.com/) +- ctrl+alt+i to rebuild intellisense configuration - [arduino extension](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.vscode-arduino) +- [arduino esp32](https://github.com/espressif/arduino-esp32) includes [ WiFi, AsyncUDP ] +- ESP32Servo (arduino library manager) +- [dotnet sdk](https://dotnet.microsoft.com/en-us/download) v8 ## 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)