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:
101:dbcd3bc51758
Parent:
99:e369fc75c000
Child:
106:c61f0d62b625
--- a/util/SmartRestConf.h	Thu May 07 13:56:19 2015 +0000
+++ b/util/SmartRestConf.h	Fri May 08 12:19:57 2015 +0000
@@ -14,6 +14,6 @@
 
 void setDeviceID(long id);
 void setAuth(const char* username, const char* password);
-void setIdentifier(const char* id);
+void setX_ID(const char* id);
 
 #endif /* SMARTRESTCONF_H */