File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 17
17
// --------------------------------------------------------------------------------------------
18
18
// UPDATE CONFIGURATION TO MATCH YOUR ENVIRONMENT
19
19
// --------------------------------------------------------------------------------------------
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"
21
22
#define OPENEEW_FIRMWARE_VERSION " 1.4.0"
22
23
23
24
// Run this firmware with a MQTT Broker on a local subnet
24
25
// 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"
26
27
27
28
// Watson IoT connection details
28
29
static char MQTT_HOST[48 ]; // ORGID.messaging.internetofthings.ibmcloud.com
You can’t perform that action at this time.
0 commit comments