Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: C027_Support C12832 LM75B MMA7660 MbedSmartRest mbed-rtos mbed
Fork of MbedSmartRestMain by
Diff: util/SmartRestConf.cpp
- Revision:
- 132:a06da6952339
- Parent:
- 131:ca312ec4bd0f
- Parent:
- 130:dc9e37d4bc05
- Child:
- 135:c4009ecaf5c0
--- a/util/SmartRestConf.cpp Fri Aug 07 12:38:28 2015 +0000
+++ b/util/SmartRestConf.cpp Fri Aug 07 12:44:43 2015 +0000
@@ -9,8 +9,9 @@
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 = "dev-b.cumulocity.com";
+const char *srHost = "developer.cumulocity.com";
+//const char *srHost = "dev-b.cumulocity.com";
+//const char *srHost = "dev-d.cumulocity.com";
//const char *srHost = "management.m2m-devicecloud.com";
long deviceID = 0;
char fmtSmartRest[200] = {0};

Cumulocity