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: M2XStreamClient MMA8451Q SocketModem jsonlite mbed
Fork of M2X_MTS_Accel by
Revision 1:f6254f28c89c, committed 2014-07-16
- Comitter:
- jb8414
- Date:
- Wed Jul 16 16:17:03 2014 +0000
- Parent:
- 0:b4f0b744fbc3
- Child:
- 2:93ca5135c262
- Commit message:
- changed APN endpoint
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Fri May 02 15:51:44 2014 +0000
+++ b/main.cpp Wed Jul 16 16:17:03 2014 +0000
@@ -42,7 +42,7 @@
int max_tries = 5;
int i;
- std::string apn = "m2m.com.attz";
+ std::string apn = "wap.cingular"; // set to the appropriate APN (i.e. "m2m.com.attz" for M2X SIMs)
i = 0;
while (i++ < max_tries) {
