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>
This commit is contained in:
parent
f586f5e690
commit
59d19d12af
8 changed files with 14 additions and 14 deletions
|
@ -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.
|
||||
|
||||
|
@ -57,4 +57,4 @@ config EXAMPLE_ROOT_CA_PATH
|
|||
depends on EXAMPLE_FILESYSTEM_CERTS
|
||||
default "/sdcard/aws-root-ca.pem"
|
||||
|
||||
endmenu
|
||||
endmenu
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
@ -63,4 +63,4 @@ config EXAMPLE_ROOT_CA_PATH
|
|||
depends on EXAMPLE_FILESYSTEM_CERTS
|
||||
default "/sdcard/aws-root-ca.pem"
|
||||
|
||||
endmenu
|
||||
endmenu
|
||||
|
|
|
@ -8,10 +8,10 @@ config WIFI_SSID
|
|||
|
||||
config WIFI_PASSWORD
|
||||
string "WiFi Password"
|
||||
default "myssid"
|
||||
default "mypassword"
|
||||
help
|
||||
WiFi password (WPA or WPA2) for the example to use.
|
||||
|
||||
Can be left blank if the network has no security set.
|
||||
|
||||
endmenu
|
||||
endmenu
|
||||
|
|
|
@ -8,10 +8,10 @@ config WIFI_SSID
|
|||
|
||||
config WIFI_PASSWORD
|
||||
string "WiFi Password"
|
||||
default "myssid"
|
||||
default "mypassword"
|
||||
help
|
||||
WiFi password (WPA or WPA2) for the example to use.
|
||||
|
||||
Can be left blank if the network has no security set.
|
||||
|
||||
endmenu
|
||||
endmenu
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -8,10 +8,10 @@ config WIFI_SSID
|
|||
|
||||
config WIFI_PASSWORD
|
||||
string "WiFi Password"
|
||||
default "myssid"
|
||||
default "mypassword"
|
||||
help
|
||||
WiFi password (WPA or WPA2) for the example to use.
|
||||
|
||||
Can be left blank if the network has no security set.
|
||||
|
||||
endmenu
|
||||
endmenu
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue