Skip to content

Commit da53aa1

Browse files
committed
Adjust markdown code block language
1 parent 8e8bfe3 commit da53aa1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ pio run --target upload --target monitor
5151

5252
4. Join a wifi network
5353

54-
```bash
54+
```plaintext
5555
esp32> join <ssid> <password>
5656
```
5757

5858
5. Save wifi settings to NVM so it connects automatically on boot
5959

60-
```bash
60+
```plaintext
6161
esp32> settings_set "wifi_ssid" "your network name"
6262
esp32> settings_set "wifi_password" "your-wifi-password"
6363
```

0 commit comments

Comments
 (0)