cc3100_Socket_Wifi_Server version for LPC1768

Dependencies:   mbed

Fork of cc3100_Test_Demo by David Fletcher

Revision:
7:0687d16b9781
Parent:
6:778b081f6a13
Child:
8:e79bacf664cc
--- a/simplelink/cc3100_sl_common.h	Thu Mar 19 15:39:08 2015 +0000
+++ b/simplelink/cc3100_sl_common.h	Thu Sep 03 13:43:50 2015 +0000
@@ -65,10 +65,11 @@
  * Values for below macros shall be modified per the access-point's (AP) properties
  * SimpleLink device will connect to following AP when the application is executed
  */
-
-#define SSID_NAME       "OpenWrt"         /* Access point name to connect to. */
+#define SSID_NAME         "**********"
+//#define SSID_NAME       "OpenWrt"         /* Access point name to connect to. */
 #define SEC_TYPE        SL_SEC_TYPE_WPA_WPA2    /* Security type of the Access point */
-#define PASSKEY         "**********"                  /* Password in case of secure AP */
+#define PASSKEY           "**********"
+//#define PASSKEY         "**********"                  /* Password in case of secure AP */
 #define PASSKEY_LEN     strlen(PASSKEY)  /* Password length in case of secure AP */
 
 /* Configuration of the device when it comes up in AP mode */