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:
129:b81a6ed6addc
Parent:
128:fc63f2b5abe2
Child:
131:ca312ec4bd0f
--- a/main.cpp	Mon Jun 01 13:01:53 2015 +0000
+++ b/main.cpp	Wed Jun 03 09:51:47 2015 +0000
@@ -82,7 +82,7 @@
 int main()
 {
     LCDDisplay::inst().setLines("Mbed Agent V2.1rc6", srHost);
-    set_time(1256729737);
+//    set_time(1256729737);
     MDMRtos<MDMSerial> mdm;
     pMdm = &mdm;
     InterruptIn joystickUp(A2);