We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ef03721 + 0092320 commit 67d4a07Copy full SHA for 67d4a07
1 file changed
README.md
@@ -1,2 +1,19 @@
1
# WebSocket-Controller
2
A custom controller made with ESP32 to integraate with a Godot game.
3
+
4
+### Usage
5
6
+```
7
+git clone <this-repo>
8
9
10
+Recommended to open with ArduinoIDE.
11
12
+### If using ArduinoIDE:
13
14
+Go to File > Preferences > Additional boards manager URLs<br />
15
+Paste: 'https://dl.espressif.com/dl/package_esp32_index.json'<br />
16
+Open Boards Manager<br />
17
+Download **esp32 by Espressif Systems**<br />
18
+Open Library Manager<br />
19
+Download **WebSockets by Markus Sattler**<br />
0 commit comments