TI's CC3100. A test demo with very little testing done!
Fork of cc3100_Test_Demo2 by
Diff: simplelink/cc3100_sl_common.h
- Revision:
- 9:b8da46b97970
- Parent:
- 7:0687d16b9781
diff -r bb9cccbe84d7 -r b8da46b97970 simplelink/cc3100_sl_common.h --- a/simplelink/cc3100_sl_common.h Sat Jul 22 05:04:14 2017 +0000 +++ b/simplelink/cc3100_sl_common.h Sun Jul 30 06:32:08 2017 +0000 @@ -65,15 +65,15 @@ * 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 "wifi" //#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 SEC_TYPE SL_SEC_TYPE_WPA_WPA2 /* Security type of the Access point */ +#define PASSKEY "916754393" //#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 */ -#define SSID_AP_MODE "mysimplelink" /* SSID of the CC3100 in AP mode */ +#define SSID_AP_MODE "suc7" /* SSID of the CC3100 in AP mode */ #define PASSWORD_AP_MODE "" /* Password of CC3100 AP */ #define SEC_TYPE_AP_MODE SL_SEC_TYPE_OPEN /* Can take SL_SEC_TYPE_WEP or * SL_SEC_TYPE_WPA as well */