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:
131:ca312ec4bd0f
Parent:
126:e1fcf720c63a
Child:
132:a06da6952339
--- a/MbedAgent.cpp	Wed Jun 03 09:51:47 2015 +0000
+++ b/MbedAgent.cpp	Fri Aug 07 12:38:28 2015 +0000
@@ -103,7 +103,7 @@
     while (true) {
         int l = 0;
         for (size_t i = 0; i < N; ++i) {
-//            if (reporters[i] == &ConfigSync::inst()) {
+//            if (reporters[i] == &gps) {
             int l2 = reporters[i]->read(buf2+l, sizeof(buf2)-l, status, DISPLAY_LEN);
             if (l2) { // Refresh LCD display needed
                 LCDDisplay::inst().setThirdLine(status);