From 3b377a55ede5514c85682e7735d2befb4b00a6f5 Mon Sep 17 00:00:00 2001 From: arch1mede Date: Wed, 18 Jan 2023 02:35:12 -0800 Subject: [PATCH] Update first_steps.md (#917) Replaced double quotes for single quotes for compatibility --- docs/first_steps.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/first_steps.md b/docs/first_steps.md index d580ec07..4d0bb232 100644 --- a/docs/first_steps.md +++ b/docs/first_steps.md @@ -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.