Own fork of MbedSmartRestMain

Dependencies:   C027_Support C12832 LM75B MMA7660 MbedSmartRest mbed-rtos mbed

Fork of MbedSmartRestMain by Cumulocity Official

Revision:
68:0dc778a16d0d
Parent:
67:c360a2b2c948
Child:
71:063c45e99578
--- a/main.cpp	Sun Nov 30 19:34:49 2014 +0000
+++ b/main.cpp	Sat Dec 06 19:47:23 2014 +0000
@@ -7,6 +7,8 @@
 #include "MbedAgent.h"
 #include "GPSTracker.h"
 
+#include "DeviceConfiguration.h"
+
 #include <stdio.h>
 
 /**
@@ -30,7 +32,7 @@
     MDMRtos<MDMSerial> mdm;
     GPSI2C gps;
     
-    mdm.setDebug(4);
+    //mdm.setDebug(4);
 
     if (!mdm.init(SIM_PIN, &devStatus))
         status = 1;