mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-29 10:17:30 +02:00
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:
committed by
suren-gabrielyan-espressif
parent
7784d002fc
commit
6d99957f2d
@ -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
|
||||
|
Reference in New Issue
Block a user