From a70f973e50ced24d03d53bf9fe9e90a0433d3fd3 Mon Sep 17 00:00:00 2001 From: overeasy Date: Tue, 19 Sep 2023 15:56:45 -0400 Subject: [PATCH] Version 02_08_03 --- 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 5b514024..d0b3ad7f 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_02" +#define IOTAWATT_VERSION "02_08_03" #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 82cb3324..b68b58f2 100644 --- a/Firmware/IotaWatt/common.cpp +++ b/Firmware/IotaWatt/common.cpp @@ -122,6 +122,7 @@ * 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. * 01/25/23 02_08_02 Fix mDNS when AP changes + * 09/19/23 02_08_03 Default config and Tables change * *****************************************************************************************************/