Просмотр исходного кода

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>
Hrishikesh Dhayagude 7 лет назад
Родитель
Сommit
59d19d12af

+ 2 - 2
examples/protocols/aws_iot/subscribe_publish/main/Kconfig.projbuild

@@ -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

+ 2 - 2
examples/protocols/aws_iot/thing_shadow/main/Kconfig.projbuild

@@ -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

+ 2 - 2
examples/protocols/http2_request/main/Kconfig.projbuild

@@ -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

+ 2 - 2
examples/protocols/http_request/main/Kconfig.projbuild

@@ -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

+ 2 - 2
examples/protocols/mdns/main/Kconfig.projbuild

@@ -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

+ 2 - 2
examples/protocols/sntp/main/Kconfig.projbuild

@@ -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

+ 1 - 1
examples/protocols/udp_multicast/main/Kconfig.projbuild

@@ -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.
 

+ 1 - 1
examples/system/ota/main/Kconfig.projbuild

@@ -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.