mbed Connector Interface simplification API on top of mbed-client

Fork of mbedConnectorInterfaceV3 by Doug Anson

NOTE:

This repo has been replaced with https://github.com/ARMmbed/mbedConnectorInterface. No further updates will occur with this repo. Please use the github repo instead. Thanks!

Revision:
12:d0e61bac8c27
Parent:
11:3d4434825cd7
Child:
13:9edad7677211
diff -r 3d4434825cd7 -r d0e61bac8c27 source/Utils.cpp
--- a/source/Utils.cpp	Fri Mar 04 21:55:42 2016 +0000
+++ b/source/Utils.cpp	Thu Mar 10 16:02:04 2016 +0000
@@ -65,7 +65,7 @@
 
     // WiFi defaults
     config.setWiFiSSID((char *)WIFI_DEFAULT_SSID);          			// default: changeme
-    config.setWiFiAuthType(WIFI_WPA_PERSONAL);      					// default: WPA Personal
+    config.setWiFiAuthType(WIFI_NONE);      							// default: none
     config.setWiFiAuthKey((char *)WIFI_DEFAULT_AUTH_KEY);   			// default: changeme
     
     // Default CoAP Connection Type