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: C027_Support M2XStreamClient jsonlite mbed-rtos mbed
Fork of Cellular_m2x-demo-all by
Diff: main.cpp
- Revision:
- 9:08fdd1036e93
- Parent:
- 8:7ca1b7a712b7
- Child:
- 10:ba926a8f1fe6
--- a/main.cpp Sun Sep 07 01:34:16 2014 +0000 +++ b/main.cpp Sun Sep 07 01:42:11 2014 +0000 @@ -56,7 +56,7 @@ int main() { MDMSerial mdm; GPSI2C gps; - mdm.setDebug(4); // enable this for debugging issues + //mdm.setDebug(4); // enable this for debugging issues if (!mdm.connect(SIMPIN, APN,USERNAME,PASSWORD)) return -1;