Updated to use external spawn.
Fork of simplelink_V2 by
Revision 1:9b68e650b3f6, committed 2015-06-06
- Comitter:
- dflet
- Date:
- Sat Jun 06 13:48:29 2015 +0000
- Parent:
- 0:1a07906111ec
- Commit message:
- Oppps
Changed in this revision
cc3100_sl_common.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r 1a07906111ec -r 9b68e650b3f6 cc3100_sl_common.h --- a/cc3100_sl_common.h Sat Jun 06 13:31:01 2015 +0000 +++ b/cc3100_sl_common.h Sat Jun 06 13:48:29 2015 +0000 @@ -65,11 +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 "SKY2B112" -//#define SSID_NAME "OpenWrt" /* Access point name to connect to. */ +#define SSID_NAME "********" +//#define SSID_NAME "********" /* Access point name to connect to. */ #define SEC_TYPE SL_SEC_TYPE_WPA_WPA2 /* Security type of the Access point */ -#define PASSKEY "YBCVWVCB" -//#define PASSKEY "BCVWVCBY" /* 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 */