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
Revision 6:76465a08f5c1, committed 2013-10-08
- Comitter:
- Kojto
- Date:
- Tue Oct 08 15:13:58 2013 +0000
- Parent:
- 5:864a193bd778
- Child:
- 7:fbc17364ea63
- Commit message:
- test details inside the main header file
Changed in this revision
| main.h | Show annotated file Show diff for this revision Revisions of this file |
--- 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();