From a930387af9907cebcb8414bbdf233543a35a76e0 Mon Sep 17 00:00:00 2001 From: John Walicki Date: Thu, 11 Mar 2021 13:00:01 -0500 Subject: [PATCH] Switch to device-mgmt.openeew.com Signed-off-by: John Walicki --- firmware/WatsonIoT/src/main.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/firmware/WatsonIoT/src/main.cpp b/firmware/WatsonIoT/src/main.cpp index 1abbf1b..09eae22 100644 --- a/firmware/WatsonIoT/src/main.cpp +++ b/firmware/WatsonIoT/src/main.cpp @@ -17,12 +17,13 @@ // -------------------------------------------------------------------------------------------- // UPDATE CONFIGURATION TO MATCH YOUR ENVIRONMENT // -------------------------------------------------------------------------------------------- -#define OPENEEW_ACTIVATION_ENDPOINT "https://openeew-devicemgmt.mybluemix.net/activation?ver=1" +//#define OPENEEW_ACTIVATION_ENDPOINT "https://openeew-devicemgmt.mybluemix.net/activation?ver=1" +#define OPENEEW_ACTIVATION_ENDPOINT "https://device-mgmt.openeew.com/activation?ver=1" #define OPENEEW_FIRMWARE_VERSION "1.4.0" // Run this firmware with a MQTT Broker on a local subnet // Comment this Define to send data to the Cloud -#define MQTT_LOCALBROKER "192.168.1.101" +//#define MQTT_LOCALBROKER "192.168.1.101" // Watson IoT connection details static char MQTT_HOST[48]; // ORGID.messaging.internetofthings.ibmcloud.com