Own fork of MbedSmartRestMain

Dependencies:   C027_Support C12832 LM75B MMA7660 MbedSmartRest mbed-rtos mbed

Fork of MbedSmartRestMain by Cumulocity Official

Revision:
65:a62dbef2f924
Parent:
60:3c822f97fc73
Child:
67:c360a2b2c948
--- a/DeviceBootstrap.cpp	Thu Oct 30 12:30:04 2014 +0000
+++ b/DeviceBootstrap.cpp	Thu Oct 30 13:38:20 2014 +0000
@@ -19,9 +19,6 @@
 
 bool DeviceBootstrap::setUpCredentials()
 {
-    strcpy(_username, "vaillant/admin");
-    strcpy(_password, "klanpi");
-
     if (((*_username == '\0') || (*_password == '\0')) &&
         (!obtainFromStorage())) {
         if (!obtainFromPlatform())