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:
89:8ab476939897
Child:
92:48069375dffa
--- a/DeviceBootstrap.cpp	Mon Mar 16 10:16:48 2015 +0000
+++ b/DeviceBootstrap.cpp	Mon Mar 16 12:12:04 2015 +0000
@@ -72,7 +72,7 @@
             _client.stop();
             Thread::wait(2000);
             continue;
-        }        
+        }
         if (_client.receive(recvdRecord) != SMARTREST_SUCCESS) {
             _client.stop();
             Thread::wait(2000);