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
Diff: Cellular/Cellular.cpp
- Revision:
- 37:14f819beeccf
- Parent:
- 36:948d06b3e23c
- Child:
- 38:b2088faa8bfd
diff -r 948d06b3e23c -r 14f819beeccf Cellular/Cellular.cpp --- a/Cellular/Cellular.cpp Wed Jul 23 15:44:54 2014 +0000 +++ b/Cellular/Cellular.cpp Wed Jul 23 16:04:41 2014 +0000 @@ -270,7 +270,7 @@ } string cmd = "AT+CMGS=\""; //EasyIP radios do not include the + - if(type == MTSMC_H5_IP || type == MTSMC_EV3_IP || type ++ MTSMC_C2_IP) { + if(type == MTSMC_H5_IP || type == MTSMC_EV3_IP || type == MTSMC_C2_IP) { cmd.append("+"); } cmd.append(phoneNumber);