Simple LED control project using CC3100 as Access Point and socket
Fork of cc3100_Test_Demo by
Diff: simplelink/cc3100_sl_common.h
- Revision:
- 7:0687d16b9781
- Parent:
- 6:778b081f6a13
- Child:
- 8:2acb25effa3a
diff -r 778b081f6a13 -r 0687d16b9781 simplelink/cc3100_sl_common.h --- 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 */