mirror of https://github.com/pikvm/pikvm.git
Update wifi.md (#556)
Changed from double quotes to single quotes for better compatibility
This commit is contained in:
parent
9c3430fcfd
commit
e3205acdd6
|
|
@ -43,7 +43,7 @@ Alternatively you can connect to the PiKVM via SSH. The built-in Web Terminal (a
|
||||||
3. Set network ESSID and password:
|
3. Set network ESSID and password:
|
||||||
|
|
||||||
```
|
```
|
||||||
# wpa_passphrase MyNetwork "P@assw0rd" > /etc/wpa_supplicant/wpa_supplicant-wlan0.conf
|
# wpa_passphrase MyNetwork 'P@assw0rd' > /etc/wpa_supplicant/wpa_supplicant-wlan0.conf
|
||||||
```
|
```
|
||||||
|
|
||||||
!!! note "Using Wi-Fi with hidden ESSID"
|
!!! note "Using Wi-Fi with hidden ESSID"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue