Own fork of MbedSmartRestMain

Dependencies:   C027_Support C12832 LM75B MMA7660 MbedSmartRest mbed-rtos mbed

Fork of MbedSmartRestMain by Cumulocity Official

Revision:
120:d4d44550e087
Parent:
116:5de54f09f754
Child:
121:68217ccb8cd1
--- a/MbedAgent.cpp	Wed May 20 10:19:52 2015 +0000
+++ b/MbedAgent.cpp	Wed May 20 13:17:19 2015 +0000
@@ -107,7 +107,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(300);
+                Thread::wait(400);
             } else if (!lcdThirdLineBlank && !l2) { // Clear LCD display needed
                 LCDDisplay::inst().setThirdLine("");
                 Thread::wait(100);