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: mbed NVIC_set_all_priorities cc3000_hostdriver_mbedsocket
Diff: main.h
- Revision:
- 6:76465a08f5c1
- Parent:
- 5:864a193bd778
- Child:
- 7:fbc17364ea63
diff -r 864a193bd778 -r 76465a08f5c1 main.h --- a/main.h Tue Oct 08 15:12:24 2013 +0000 +++ b/main.h Tue Oct 08 15:13:58 2013 +0000 @@ -32,9 +32,9 @@ #define USE_SMART_CONFIG 0 // Default SSID Settings -#define AP_KEY "zxcvbnm,./" +#define AP_KEY "test" #define AP_SECURITY WPA2 // WPA2 must be enabled for use with iPhone or Android phone hotspot! -#define SSID "SSID" +#define SSID "test" void init();