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:
115:c54e9731b9de
Parent:
113:3872569be2af
Child:
117:5de54f09f754
--- a/MbedAgent.cpp	Fri May 15 14:23:31 2015 +0000
+++ b/MbedAgent.cpp	Fri May 15 15:09:19 2015 +0000
@@ -106,7 +106,7 @@
             int l2 = reporters[i]->read(buf2+l, sizeof(buf2)-l, status, DISPLAY_LEN);
             if (l2) { // Refresh LCD display needed
                 LCDDisplay::inst().setThirdLine(status);
-                Thread::wait(400);
+                Thread::wait(300);
             } else if (!lcdThirdLineBlank && !l2) { // Clear LCD display needed
                 LCDDisplay::inst().setThirdLine("");
                 Thread::wait(100);