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.
Fork of MTS-Cellular by
Revision 61:2acb8c25aecf, committed 2014-08-13
- Comitter:
- Vanger
- Date:
- Wed Aug 13 21:46:11 2014 +0000
- Parent:
- 60:250c17af30fb
- Child:
- 62:c171606f7318
- Commit message:
- Removed "alive" parse response from sendCommand() under cellular.cpp; (Changed AT#PING under UIP.cpp to have a longer timeout to compensate); Added some comments explaining some of the EasyIP functions under EasyIP.cpp
Changed in this revision
| Test/TestSMS.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/Test/TestSMS.h Wed Aug 13 21:38:20 2014 +0000
+++ b/Test/TestSMS.h Wed Aug 13 21:46:11 2014 +0000
@@ -22,7 +22,7 @@
TestSMS::TestSMS() : TestCollection("TestSMS") {}
void TestSMS::run() {
- const char APN[] = "";
+ const char APN[] = "internet";
string number;
string response;
