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 IBMIoTClientCellularExample MQTT mbed
Fork of MQTT-GSM-GPS-CAN-SMS by
Revision 19:689b00477c81, committed 2017-02-22
- Comitter:
 - alikapatibabu
 - Date:
 - Wed Feb 22 10:27:35 2017 +0000
 - Parent:
 - 18:e9e87362018b
 - Commit message:
 - updated
 
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file | 
--- a/main.cpp Wed Feb 22 10:23:37 2017 +0000 +++ b/main.cpp Wed Feb 22 10:27:35 2017 +0000 @@ -44,7 +44,7 @@ #define MQTT_MAX_PACKET_SIZE 250 #define MAX_SMS_LEN 160 -char strMobilenumber[32] = "+917382112965"; +char strMobilenumber[32] = "xxxxxxxxxxx"; //------------------------------------------------------------------------------------ // You need to configure these cellular modem / SIM parameters.
