Skip to content

Commit 8e8bfe3

Browse files
committed
Add instructions for joining wifi
1 parent 17ab01d commit 8e8bfe3

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,16 @@ upload-mcu-symbols .pio/build/espidf/firmware.elf
4848
```bash
4949
pio run --target upload --target monitor
5050
```
51+
52+
4. Join a wifi network
53+
54+
```bash
55+
esp32> join <ssid> <password>
56+
```
57+
58+
5. Save wifi settings to NVM so it connects automatically on boot
59+
60+
```bash
61+
esp32> settings_set "wifi_ssid" "your network name"
62+
esp32> settings_set "wifi_password" "your-wifi-password"
63+
```

0 commit comments

Comments
 (0)