From a68dcdc9cf60865f39c36d3a8f8b1fe0d00f453f Mon Sep 17 00:00:00 2001 From: John Walicki Date: Tue, 30 Mar 2021 21:18:47 -0400 Subject: [PATCH] Firmware v1.5.0 Signed-off-by: John Walicki --- WatsonIoT/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WatsonIoT/src/main.cpp b/WatsonIoT/src/main.cpp index 9241bb0..fa2b41e 100644 --- a/WatsonIoT/src/main.cpp +++ b/WatsonIoT/src/main.cpp @@ -20,7 +20,7 @@ // -------------------------------------------------------------------------------------------- //#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" +#define OPENEEW_FIRMWARE_VERSION "1.5.0" // Run this firmware with a MQTT Broker on a local subnet // Comment this Define to send data to the Cloud