From c2960296b11aa2d786f463e796bc3984abc9a625 Mon Sep 17 00:00:00 2001 From: overeasy Date: Tue, 4 Oct 2022 20:25:12 -0400 Subject: [PATCH] Release 02_08_00 --- Firmware/IotaWatt/IotaWatt.h | 2 +- Firmware/IotaWatt/common.cpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Firmware/IotaWatt/IotaWatt.h b/Firmware/IotaWatt/IotaWatt.h index 8d067e7b..ad966054 100644 --- a/Firmware/IotaWatt/IotaWatt.h +++ b/Firmware/IotaWatt/IotaWatt.h @@ -18,7 +18,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . ***********************************************************************************/ -#define IOTAWATT_VERSION "02_07_05" +#define IOTAWATT_VERSION "02_08_00" #define DEVICE_NAME "IotaWatt" #define PRINT(txt,val) Serial.print(txt); Serial.print(val); // Quick debug aids diff --git a/Firmware/IotaWatt/common.cpp b/Firmware/IotaWatt/common.cpp index da3ba0f6..1ba00dfc 100644 --- a/Firmware/IotaWatt/common.cpp +++ b/Firmware/IotaWatt/common.cpp @@ -119,6 +119,7 @@ * 11/01/21 02_07_03 Release integrations * 11/14/21 02_07_04 Fix several issues with influxDB2. Modify integrations Docs. * 12/16/21 02_07_05 Fix several problems with Scripts + * 10/04/22 02_08_00 Core 3.0.2, Robust no Voltage, rework sample cycle and power, misc fixes * *****************************************************************************************************/