Merge branch 'bugfix/Kconfig_fix_incorrect_description' into 'master'

Fix Kconfig.projbuild in some examples, where myssid is the password

See merge request idf/esp-idf!2192
This commit is contained in:
Ivan Grokhotkov 2018-04-10 18:19:34 +08:00
commit 9464699952
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.