mikeflores2000 AT&T MultiTech M2X Exercises book
Dependencies: M2XStreamClient MMA8451Q SocketModem jsonlite mbed
Fork of M2X_MTS_Accel by
Diff: main.cpp
- Revision:
- 1:f6254f28c89c
- Parent:
- 0:b4f0b744fbc3
- Child:
- 2:93ca5135c262
diff -r b4f0b744fbc3 -r f6254f28c89c main.cpp --- 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) {