mirror of https://github.com/pikvm/pikvm.git
Update first_steps.md (#917)
Replaced double quotes for single quotes for compatibility
This commit is contained in:
parent
1c2f8357c7
commit
3b377a55ed
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue