initialization iteration
This commit is contained in:
parent
9a2039f04e
commit
60a6db9832
1 changed files with 5 additions and 5 deletions
10
README.md
10
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)
|
||||
|
|
Loading…
Add table
Reference in a new issue