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:
Hrishikesh Dhayagude 2018-04-05 14:32:34 +05:30
parent f586f5e690
commit 59d19d12af
8 changed files with 14 additions and 14 deletions

View file

@ -8,7 +8,7 @@ config WIFI_SSID
config WIFI_PASSWORD config WIFI_PASSWORD
string "WiFi Password" string "WiFi Password"
default "myssid" default "mypassword"
help help
WiFi password (WPA or WPA2) for the example to use. WiFi password (WPA or WPA2) for the example to use.
@ -57,4 +57,4 @@ config EXAMPLE_ROOT_CA_PATH
depends on EXAMPLE_FILESYSTEM_CERTS depends on EXAMPLE_FILESYSTEM_CERTS
default "/sdcard/aws-root-ca.pem" default "/sdcard/aws-root-ca.pem"
endmenu endmenu

View file

@ -8,7 +8,7 @@ config WIFI_SSID
config WIFI_PASSWORD config WIFI_PASSWORD
string "WiFi Password" string "WiFi Password"
default "myssid" default "mypassword"
help help
WiFi password (WPA or WPA2) for the example to use. WiFi password (WPA or WPA2) for the example to use.
@ -63,4 +63,4 @@ config EXAMPLE_ROOT_CA_PATH
depends on EXAMPLE_FILESYSTEM_CERTS depends on EXAMPLE_FILESYSTEM_CERTS
default "/sdcard/aws-root-ca.pem" default "/sdcard/aws-root-ca.pem"
endmenu endmenu

View file

@ -8,10 +8,10 @@ config WIFI_SSID
config WIFI_PASSWORD config WIFI_PASSWORD
string "WiFi Password" string "WiFi Password"
default "myssid" default "mypassword"
help help
WiFi password (WPA or WPA2) for the example to use. WiFi password (WPA or WPA2) for the example to use.
Can be left blank if the network has no security set. Can be left blank if the network has no security set.
endmenu endmenu

View file

@ -8,10 +8,10 @@ config WIFI_SSID
config WIFI_PASSWORD config WIFI_PASSWORD
string "WiFi Password" string "WiFi Password"
default "myssid" default "mypassword"
help help
WiFi password (WPA or WPA2) for the example to use. WiFi password (WPA or WPA2) for the example to use.
Can be left blank if the network has no security set. Can be left blank if the network has no security set.
endmenu endmenu

View file

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

View file

@ -8,10 +8,10 @@ config WIFI_SSID
config WIFI_PASSWORD config WIFI_PASSWORD
string "WiFi Password" string "WiFi Password"
default "myssid" default "mypassword"
help help
WiFi password (WPA or WPA2) for the example to use. WiFi password (WPA or WPA2) for the example to use.
Can be left blank if the network has no security set. Can be left blank if the network has no security set.
endmenu endmenu

View file

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

View file

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