Simple LED control project using CC3100 as Access Point and socket

Dependencies:   mbed

Fork of cc3100_Test_Demo by David Fletcher

Revision:
8:2acb25effa3a
Parent:
7:0687d16b9781
Child:
9:30d6c10d4eab
--- a/simplelink/cc3100_sl_common.h	Thu Sep 03 13:43:50 2015 +0000
+++ b/simplelink/cc3100_sl_common.h	Thu May 25 16:58:17 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         "Carrozzeria"
 //#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           "Topolino"
 //#define PASSKEY         "**********"                  /* Password in case of secure AP */
 #define PASSKEY_LEN     strlen(PASSKEY)  /* Password length in case of secure AP */
 
@@ -81,9 +81,9 @@
 /*
  * Values for below macros shall be modified based on current time
  */
-#define DATE        7      /* Current Date */
-#define MONTH       2       /* Month */
-#define YEAR        2015    /* Current year */
+#define DATE        25      /* Current Date */
+#define MONTH       5       /* Month */
+#define YEAR        2017    /* Current year */
 #define HOUR        10      /* Time - hours */
 #define MINUTE      34      /* Time - minutes */
 #define SECOND      0       /* Time - seconds */