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:
130:dc9e37d4bc05
Parent:
126:e1fcf720c63a
Child:
132:a06da6952339
--- a/MbedAgent.cpp	Wed Jun 03 09:51:47 2015 +0000
+++ b/MbedAgent.cpp	Mon Jun 29 11:14:27 2015 +0000
@@ -120,7 +120,6 @@
             l = snprintf(buf, sizeof(buf), fmtSmartRest, "/s", l, buf2);
             sock.setBlocking(3000);
             l = sock.sendOnly(buf, l);
-            aInfo("[SEND] agent: %d\n", l);
             if (l < 0)
                 aWarning("%s\n", status);
         }