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:
76:b07effe83fb8
Parent:
74:ca3001991fdc
Child:
77:f6717e4eccc4
--- a/measurement/LocationUpdate.cpp	Wed Feb 18 10:19:51 2015 +0000
+++ b/measurement/LocationUpdate.cpp	Wed Feb 25 10:06:11 2015 +0000
@@ -100,7 +100,7 @@
 
     float t_start = sendingTimer.read();
     if (_client.send(aggregator) != SMARTREST_SUCCESS) {
-        aError("Signal measurement failed.\r\n");
+        aWarning("Sending GPS readings failed.\r\n");
         _client.stop();
         return false;
     }