mirror of
https://github.com/pikvm/pikvm.git
synced 2024-04-21 12:41:58 +00:00
Update first_steps.md (#917)
Replaced double quotes for single quotes for compatibility
This commit is contained in:
+2
-2
@@ -24,8 +24,8 @@
|
||||
|
||||
```
|
||||
FIRSTBOOT=1
|
||||
WIFI_ESSID="mynet"
|
||||
WIFI_PASSWD="p@s$$w0rd"
|
||||
WIFI_ESSID='mynet'
|
||||
WIFI_PASSWD='p@s$$w0rd'
|
||||
```
|
||||
|
||||
There is a possibility that, in countries that support CH13, the device will not connect.
|
||||
|
||||
Reference in New Issue
Block a user