Update first_steps.md (#917)

Replaced double quotes for single quotes for compatibility
This commit is contained in:
arch1mede 2023-01-18 02:35:12 -08:00 committed by GitHub
parent 1c2f8357c7
commit 3b377a55ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -24,8 +24,8 @@
``` ```
FIRSTBOOT=1 FIRSTBOOT=1
WIFI_ESSID="mynet" WIFI_ESSID='mynet'
WIFI_PASSWD="p@s$$w0rd" WIFI_PASSWD='p@s$$w0rd'
``` ```
There is a possibility that, in countries that support CH13, the device will not connect. There is a possibility that, in countries that support CH13, the device will not connect.