Own fork of MbedSmartRestMain

Dependencies:   C027_Support C12832 LM75B MMA7660 MbedSmartRest mbed-rtos mbed

Fork of MbedSmartRestMain by Cumulocity Official

Revision:
129:dc9e37d4bc05
Parent:
116:5de54f09f754
Child:
131:a06da6952339
--- a/util/SmartRestConf.cpp	Wed Jun 03 09:51:47 2015 +0000
+++ b/util/SmartRestConf.cpp	Mon Jun 29 11:14:27 2015 +0000
@@ -9,7 +9,8 @@
 char srAuthStr[100] = {0};
 //const char *srX_ID = "com_cumulocity_MbedAgent_1.5.2";
 const char *srX_ID = NULL;
-const char *srHost = "developer.cumulocity.com";
+//const char *srHost = "developer.cumulocity.com";
+const char *srHost = "dev-d.cumulocity.com";
 //const char *srHost = "management.m2m-devicecloud.com";
 long deviceID = 0;
 char fmtSmartRest[200] = {0};