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:
96:5dfdc8568e9f
Parent:
76:b07effe83fb8
--- a/config/ConfigurationProperties.h	Wed Apr 22 11:22:25 2015 +0000
+++ b/config/ConfigurationProperties.h	Mon Apr 27 10:50:21 2015 +0000
@@ -9,11 +9,11 @@
 class ConfigurationProperties
 {
 public:
-    ConfigurationProperties(DeviceConfiguration&);
-    
+    ConfigurationProperties(DeviceConfiguration& deviceConfiguration):
+        _deviceConfiguration(deviceConfiguration) {
+    }
     bool resetConfiguration();
     bool validateProperties();
-    
     int readInterval();
 
 private: