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:
90:0525121f307e
Parent:
86:b49c4cfecc43
Child:
91:423177e8a401
--- a/MbedAgent.cpp	Mon Mar 16 10:16:48 2015 +0000
+++ b/MbedAgent.cpp	Mon Mar 16 12:12:04 2015 +0000
@@ -72,7 +72,7 @@
 
     Thread::wait(5000);
 
-    _io.lcdPrint("Connect to Cloud");
+    _io.lcdPrint("Connect to Cloud", MBED_AGENT_HOST);
     if (!_integration.integrate()) {
         return false;
     }