Sample code for connecting u-blox c027 to AerCloud

Dependencies:   C027_Support_AerCloud HTTPClient_AerCloud mbed

Fork of HTTPClient_Cellular_HelloWorld by u-blox

Revision:
11:101705d43c92
Parent:
10:1137395de593
Child:
12:955439e7166f
--- a/main.cpp	Thu Jul 03 17:05:30 2014 +0000
+++ b/main.cpp	Thu Jul 03 17:26:22 2014 +0000
@@ -24,7 +24,7 @@
 {
     // turn on the supplies of the Modem
     MDMSerial mdm;
-    mdm.setDebug(4); // enable this for debugging issues 
+    //mdm.setDebug(4); // enable this for debugging issues 
     if (!mdm.connect(SIMPIN, APN,USERNAME,PASSWORD))
         return -1;
     HTTPClient http;