Own fork of MbedSmartRestMain

Dependencies:   C027_Support C12832 LM75B MMA7660 MbedSmartRest mbed-rtos mbed

Fork of MbedSmartRestMain by Cumulocity Official

Revision:
93:61d44636f020
Parent:
92:0acd11870c6a
Child:
95: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;
 }