From 4f14602e628a7ebf0cc60807d83eed16f35e5c7b Mon Sep 17 00:00:00 2001 From: overeasy Date: Tue, 20 Dec 2022 11:20:27 -0500 Subject: [PATCH] Version 02_08_01 Interim version with core 2.4.0 to mitigate SD card issues --- 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 ad966054..c6e423e9 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_08_00" +#define IOTAWATT_VERSION "02_08_01" #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 1ba00dfc..cfdde6f8 100644 --- a/Firmware/IotaWatt/common.cpp +++ b/Firmware/IotaWatt/common.cpp @@ -120,6 +120,7 @@ * 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 + * 12/18/22 02_08_01 Regress to core 2.4.0. Fix PVoutput rate-limit resume. * *****************************************************************************************************/