cc3100_Socket_Wifi_Server version for LPC1768

Dependencies:   mbed

Fork of cc3100_Test_Demo by David Fletcher

Revision:
8:e79bacf664cc
Parent:
7:0687d16b9781
--- a/simplelink/cc3100_sl_common.h	Thu Sep 03 13:43:50 2015 +0000
+++ b/simplelink/cc3100_sl_common.h	Fri May 26 19:26:11 2017 +0000
@@ -65,10 +65,10 @@
  * 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         "**********"
+#define SSID_NAME         "APAP"
 //#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           "**********"
+#define PASSKEY           "hansolone"
 //#define PASSKEY         "**********"                  /* Password in case of secure AP */
 #define PASSKEY_LEN     strlen(PASSKEY)  /* Password length in case of secure AP */