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: cc3000_hostdriver_mbedsocket mbed-src
Fork of cc3000_hello_world_demo_sparkfun by
Diff: main.h
- Revision:
- 4:2304a105c87f
- Parent:
- 3:9fb9fa2cec61
- Child:
- 5:042a68764bce
--- a/main.h Wed Oct 09 19:46:33 2013 +0000 +++ b/main.h Wed Nov 06 17:03:29 2013 +0000 @@ -22,17 +22,6 @@ #define MY_BOARD WIGO -// use this defines in AP_SECURITY -#define NONE 0 -#define WEP 1 -#define WPA 2 -#define WPA2 3 - - // Default SSID Settings -#define AP_KEY "test" -#define AP_SECURITY WPA2 // WPA2 must be enabled for use with iPhone or Android phone hotspot! -#define SSID "test" - void init(); #endif