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:
135:c4009ecaf5c0
Parent:
132:a06da6952339
Child:
137:a52821cdb108
diff -r fb53a2e461b2 -r c4009ecaf5c0 MbedAgent.cpp
--- a/MbedAgent.cpp	Fri Aug 07 12:55:27 2015 +0000
+++ b/MbedAgent.cpp	Mon Aug 10 14:18:05 2015 +0000
@@ -103,7 +103,7 @@
     while (true) {
         int l = 0;
         for (size_t i = 0; i < N; ++i) {
-//            if (reporters[i] == &gps) {
+//            if (reporters[i] == &ConfigSync::inst()) {
             int l2 = reporters[i]->read(buf2+l, sizeof(buf2)-l, status, DISPLAY_LEN);
             if (l2) { // Refresh LCD display needed
                 LCDDisplay::inst().setThirdLine(status);