]> granicus.if.org Git - esp-idf/commitdiff
Fix Kconfig.projbuild in some examples, where myssid is erroneously kept as the defau...
authorHrishikesh Dhayagude <hrishi@espressif.com>
Thu, 5 Apr 2018 09:02:34 +0000 (14:32 +0530)
committerHrishikesh Dhayagude <hrishi@espressif.com>
Thu, 5 Apr 2018 09:04:43 +0000 (14:34 +0530)
Signed-off-by: Hrishikesh Dhayagude <hrishi@espressif.com>
examples/protocols/aws_iot/subscribe_publish/main/Kconfig.projbuild
examples/protocols/aws_iot/thing_shadow/main/Kconfig.projbuild
examples/protocols/http2_request/main/Kconfig.projbuild
examples/protocols/http_request/main/Kconfig.projbuild
examples/protocols/mdns/main/Kconfig.projbuild
examples/protocols/sntp/main/Kconfig.projbuild
examples/protocols/udp_multicast/main/Kconfig.projbuild
examples/system/ota/main/Kconfig.projbuild

index 368b06b3294bbe775b899f76a0e0b890eaaac876..5f81a81c9fa87b41f051e43768315318a203e041 100644 (file)
@@ -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
\ No newline at end of file
+endmenu
index d796a20b7eb562fa994870c22db50798716ed7cd..adc06a04199a26eac406dd0df5df45aed028b61a 100644 (file)
@@ -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
\ No newline at end of file
+endmenu
index c5d5523a9fcad3f5f77d16a9657a4b931962989d..1c7241da32f3dd95e981361680803513b2e829c9 100644 (file)
@@ -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
\ No newline at end of file
+endmenu
index c5d5523a9fcad3f5f77d16a9657a4b931962989d..1c7241da32f3dd95e981361680803513b2e829c9 100644 (file)
@@ -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
\ No newline at end of file
+endmenu
index 3122e0309c1e31f0ce0bcee46bf20c2c5a6fc62e..a55b0bf4ca64f71f93f2776aa9aed0a3d1f1304c 100644 (file)
@@ -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
\ No newline at end of file
+endmenu
index c5d5523a9fcad3f5f77d16a9657a4b931962989d..1c7241da32f3dd95e981361680803513b2e829c9 100644 (file)
@@ -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
\ No newline at end of file
+endmenu
index 72adc48caff1fb15c8ab33c47ea10a8aea5aeb64..920d15669305ce2e3baa9acb2f4d8ad3d5f678bf 100644 (file)
@@ -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.
 
index 8727d1b76c9afea453e13efb7b573739493b7fd4..2d4b8c43606db2a111e14ab03a573ee81d115b7d 100644 (file)
@@ -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.