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:
117:5de54f09f754
Parent:
113:3872569be2af
--- a/util/SmartRestConf.h	Mon May 18 09:29:12 2015 +0000
+++ b/util/SmartRestConf.h	Wed May 20 09:55:49 2015 +0000
@@ -7,6 +7,7 @@
 #define SMARTREST_SSL_BODY_SIZE 5000
 
 #define CREDENTIAL_LENGTH 128
+#define UBLOX_SMARTREST_VERSION "com_cumulocity_MbedAgent_1.5.2"
 
 extern char srTenant[];
 extern char srUsername[];