Fix Kconfig.projbuild in some examples, where myssid is erroneously kept as the default value for password.

Signed-off-by: Hrishikesh Dhayagude <hrishi@espressif.com>


* Original commit: espressif/esp-idf@59d19d12af
This commit is contained in:
Hrishikesh Dhayagude
2018-04-05 14:32:34 +05:30
committed by suren-gabrielyan-espressif
parent 7784d002fc
commit 6d99957f2d

View File

@ -8,7 +8,7 @@ config WIFI_SSID
config WIFI_PASSWORD
string "WiFi Password"
default "myssid"
default "mypassword"
help
WiFi password (WPA or WPA2) for the example to use.
@ -26,4 +26,4 @@ config MDNS_INSTANCE
help
mDNS Instance Name for example to use
endmenu
endmenu