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:
137:a52821cdb108
Parent:
111:ee9ae4a5e55c
--- a/config/ConfigSync.h	Mon Aug 10 14:20:40 2015 +0000
+++ b/config/ConfigSync.h	Mon Feb 15 09:49:35 2016 +0000
@@ -18,7 +18,7 @@
                 return _ref;
         }
         virtual const char* name() const { return "Conf"; }
-        virtual size_t read(char*, size_t, char*, size_t);
+        virtual int read(char*, size_t, char*, size_t);
         bool updateConfiguration(const char*);
 protected:
         void resetConfiguration();