Update wifi.md (#556)

Changed from double quotes to single quotes for better compatibility
This commit is contained in:
arch1mede 2021-12-06 18:57:39 -08:00 committed by GitHub
parent 9c3430fcfd
commit e3205acdd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -43,9 +43,9 @@ Alternatively you can connect to the PiKVM via SSH. The built-in Web Terminal (a
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"
Add option `scan_ssid=1` to `/etc/wpa_supplicant/wpa_supplicant-wlan0.conf`