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:
49:ac0ba9d54ebc
Parent:
46:f6976fd64387
Child:
52:8f1370084268
--- a/DeviceBootstrap.cpp	Fri Jul 25 20:16:32 2014 +0000
+++ b/DeviceBootstrap.cpp	Mon Jul 28 11:49:42 2014 +0000
@@ -47,7 +47,6 @@
     char buf[DEVICE_BOOTSTRAP_CREDENTIALS_LENGTH*2+2], *ptr;
     
     int res = _mdm.readFile(CREDENTIALS_FILE, buf, sizeof(buf));
-
     if (res < 0)
         return false;