From 7bee7e695451b9eead00a01ff179fe2de530def1 Mon Sep 17 00:00:00 2001 From: Zhang Jun Hao Date: Mon, 2 Mar 2020 17:37:49 +0800 Subject: [PATCH] fix(wifi): fix writting error --- components/esp8266/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/esp8266/Kconfig b/components/esp8266/Kconfig index 844bdf14..825dd8c5 100644 --- a/components/esp8266/Kconfig +++ b/components/esp8266/Kconfig @@ -420,7 +420,7 @@ config ESP8266_WIFI_NVS_ENABLED Select this option to enable WiFi NVS flash config ESP8266_WIFI_CONNECT_OPEN_ROUTER_WHEN_PWD_IS_SET - bool "Connent open router when wifi password is set" + bool "Connect open router when wifi password is set" default y help When this option is enabled, ESP8266 will connect to open router even if wifi password is set, otherwise