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 SpiFlash25 mtsas
Revision 5:66c955384b66, committed 2019-03-07
- Comitter:
- 3hill
- Date:
- Thu Mar 07 15:31:55 2019 +0000
- Parent:
- 4:a65c16e29274
- Commit message:
- Testing the ability to publish code
Changed in this revision
RadioManager.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/RadioManager.h Fri Feb 17 04:19:10 2017 +0000 +++ b/RadioManager.h Thu Mar 07 15:31:55 2019 +0000 @@ -7,7 +7,7 @@ #include <time.h> // static const char RadioAPN[] = "m2m.com.attz"; // Works with developer SIMs from ATT -static const char RadioAPN[] = "broadband"; // We hope this works with new SIMs +static const char RadioAPN[] = "10569.mcs"; // We hope this works with new SIMs class RadioManager {