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:
94:61d44636f020
Parent:
93:0acd11870c6a
Child:
96:5dfdc8568e9f
--- a/DeviceBootstrap.cpp	Mon Apr 13 14:24:58 2015 +0000
+++ b/DeviceBootstrap.cpp	Mon Apr 20 15:04:23 2015 +0000
@@ -29,8 +29,6 @@
         if (!writeToStorage())
             aWarning("Can not write credentials!\n");
     }
-
-    setAuth(_username, _password);
     return true;
 }