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: Socket USBHostWANDongle lwip-sys lwip
Fork of VodafoneUSBModem by
Revision 43:3071cf940880, committed 2012-09-25
- Comitter:
- nherriot
- Date:
- Tue Sep 25 10:01:13 2012 +0000
- Parent:
- 40:9c6c87297a37
- Child:
- 45:8f014f3956fe
- Commit message:
- putting a reg state routine into the program. this will allow the program to monitor reg state before trying to send anything.
Changed in this revision
| sms/SMSInterface.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/sms/SMSInterface.cpp Thu Sep 20 08:04:43 2012 +0000
+++ b/sms/SMSInterface.cpp Tue Sep 25 10:01:13 2012 +0000
@@ -165,7 +165,7 @@
m_state = SMS_IDLE;
- DBG("Deleting message from index number: d%", m_msgRefList[0] );
+ DBG("Deleting message from index number: %d", m_msgRefList[0] );
//Delete message from outbox
std::sprintf(cmd, "AT+CMGD=%d", m_msgRefList[0]);
ret = m_pIf->executeSimple(cmd, NULL, DEFAULT_TIMEOUT);
