Skip to content

Commit 67d4a07

Browse files
committed
2 parents ef03721 + 0092320 commit 67d4a07

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,19 @@
11
# WebSocket-Controller
22
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

Comments
 (0)