Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: NySNICInterface mbed-rtos mbed
Fork of SNIC-xively-jumpstart-demo by
Diff: main.cpp
- Revision:
- 24:3d150ff59276
- Parent:
- 23:39cf9f03b076
- Child:
- 25:39099b3b173f
diff -r 39cf9f03b076 -r 3d150ff59276 main.cpp --- a/main.cpp Tue Jul 15 10:13:57 2014 +0000 +++ b/main.cpp Fri Sep 12 00:28:16 2014 +0000 @@ -44,10 +44,10 @@ #include "logo.h" -#define DEMO_AP_SSID "E2N1-Lab-Buffalo-D302" +#define DEMO_AP_SSID "AP_SSID" #define DEMO_AP_SECURITY_TYPE e_SEC_WPA2_AES -#define DEMO_AP_SECUTIRY_KEY "12345678" -#define DEMO_AP_SECUTIRY_KEY_LEN 8 +#define DEMO_AP_SECUTIRY_KEY "WPA2_PASSPHRASE" +#define DEMO_AP_SECUTIRY_KEY_LEN 15 /** Wi-Fi SNIC UART Interface*/ #if defined(TARGET_LPC1768)
