MQTT cellular example

Dependencies:   C027_Support C12832 MQTT mbed

Fork of Cellular_HelloMQTT by Michael Ammann

Revision:
11:c074866fcad7
Parent:
10:6f1c3b718b9c
Child:
12:0ec1916059b5
--- 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;