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:
106:c61f0d62b625
Parent:
101:dbcd3bc51758
Child:
108:f1ee3e1eb126
--- a/MbedAgent.h	Fri May 08 14:50:43 2015 +0000
+++ b/MbedAgent.h	Mon May 11 18:10:44 2015 +0000
@@ -44,7 +44,7 @@
     Acceleration acc;
     ConfigSync conf;
     char buf[SMARTREST_SIZE];
-    char buf2[SMARRESTBODY_SIZE];
+    char buf2[SMARTREST_BODY_SIZE];
     char status[DISPLAY_LEN];
     AbstractReporter *reporters[N];
     SmartRestSocket sock;