Official reference client implementation for Cumulocity SmartREST on u-blox C027.

Dependencies:   C027_Support C12832 LM75B MMA7660 MbedSmartRest mbed-rtos mbed

Fork of MbedSmartRestMain by Vincent Wochnik

Revision:
121:d4d44550e087
Parent:
120:f85151fa1a8a
Child:
128:fc63f2b5abe2
--- a/main.cpp	Wed May 20 10:19:52 2015 +0000
+++ b/main.cpp	Wed May 20 13:17:19 2015 +0000
@@ -44,9 +44,9 @@
 
 static void disableDebug()
 {
-       setLevel(A_NONE);
+       setLevel(A_WARNING);
        if (pMdm)
-           pMdm->setDebug(-1);
+           pMdm->setDebug(0);
 }
 
 static void shutdown()