Skip to content

Commit

Permalink
Switch to device-mgmt.openeew.com
Browse files Browse the repository at this point in the history
Signed-off-by: John Walicki <johnwalicki@gmail.com>
  • Loading branch information
johnwalicki committed Mar 11, 2021
1 parent 748d2ab commit a930387
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions firmware/WatsonIoT/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a930387

Please # to comment.