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:
94:61d44636f020
Parent:
93:0acd11870c6a
Child:
100:47ea098f8a47
--- a/DeviceIntegration.cpp	Mon Apr 13 14:24:58 2015 +0000
+++ b/DeviceIntegration.cpp	Mon Apr 20 15:04:23 2015 +0000
@@ -202,7 +202,7 @@
     CharValue imei(_deviceInfo.imei());
     CharValue cellId(_deviceInfo.cellId());
     CharValue iccid(_deviceInfo.iccid());
-    aInfo("Update Device.");
+    aInfo("Update Device.\n");
     if ((!record.add(msgId)) || (!record.add(deviceId)) || (!record.add(imei)) || (!record.add(cellId)) || (!record.add(iccid)))
         return false;