MQTT cellular example

Dependencies:   C027_Support C12832 MQTT mbed

Fork of Cellular_HelloMQTT by Michael Ammann

Files at this revision

API Documentation at this revision

Comitter:
mazgch
Date:
Tue May 13 09:33:30 2014 +0000
Parent:
10:6f1c3b718b9c
Child:
12:0ec1916059b5
Commit message:
update libs

Changed in this revision

C027_Support.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/C027_Support.lib	Tue May 13 06:15:02 2014 +0000
+++ b/C027_Support.lib	Tue May 13 09:33:30 2014 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/teams/ublox/code/C027_Support/#e38a2e942fbb
+http://mbed.org/teams/ublox/code/C027_Support/#1f65abb842be
--- a/main.cpp	Tue May 13 06:15:02 2014 +0000
+++ b/main.cpp	Tue May 13 09:33:30 2014 +0000
@@ -74,7 +74,7 @@
     Serial pc(USBTX,USBRX);
     pc.baud(115200);
 
-    // turn on the supplies of the Modem and the GPS
+    // turn on the supplies of the Modem
     c027.mdmPower(true);
     printf("Modem Initialize\r\n");
     MDMSerial mdm;