Skip to content

Commit a930387

Browse files
committed
Switch to device-mgmt.openeew.com
Signed-off-by: John Walicki <[email protected]>
1 parent 748d2ab commit a930387

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

firmware/WatsonIoT/src/main.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,13 @@
1717
// --------------------------------------------------------------------------------------------
1818
// UPDATE CONFIGURATION TO MATCH YOUR ENVIRONMENT
1919
// --------------------------------------------------------------------------------------------
20-
#define OPENEEW_ACTIVATION_ENDPOINT "https://openeew-devicemgmt.mybluemix.net/activation?ver=1"
20+
//#define OPENEEW_ACTIVATION_ENDPOINT "https://openeew-devicemgmt.mybluemix.net/activation?ver=1"
21+
#define OPENEEW_ACTIVATION_ENDPOINT "https://device-mgmt.openeew.com/activation?ver=1"
2122
#define OPENEEW_FIRMWARE_VERSION "1.4.0"
2223

2324
// Run this firmware with a MQTT Broker on a local subnet
2425
// Comment this Define to send data to the Cloud
25-
#define MQTT_LOCALBROKER "192.168.1.101"
26+
//#define MQTT_LOCALBROKER "192.168.1.101"
2627

2728
// Watson IoT connection details
2829
static char MQTT_HOST[48]; // ORGID.messaging.internetofthings.ibmcloud.com

0 commit comments

Comments
 (0)