From 09f1512cf3e4ba9a30c70bb1213ce04e4b096cd5 Mon Sep 17 00:00:00 2001 From: overeasy Date: Sat, 12 Oct 2019 14:15:12 -0400 Subject: [PATCH] Version 02_05_01 --- Firmware/IotaWatt/IotaWatt.h | 2 +- Firmware/IotaWatt/common.cpp | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Firmware/IotaWatt/IotaWatt.h b/Firmware/IotaWatt/IotaWatt.h index 5d7cff58..af3793dc 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_05_00" +#define IOTAWATT_VERSION "02_05_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 a6746ef2..f3211f47 100644 --- a/Firmware/IotaWatt/common.cpp +++ b/Firmware/IotaWatt/common.cpp @@ -92,7 +92,8 @@ * 03/05/19 02_04_00 Frequency and current based phase correction * 07/23/19 02_04_01 Maintenance. Ongoing heap battle, tables, etc. * 08/13/19 02_04_02 Maintenance. PVoutput recovery, Save last config, safe mode on config problems - * 10/04/19 02_05_00 Changes to new query and new Graph+ + * 10/04/19 02_05_00 Changes to new query and new Graph+ + * 10/12/19 02_05_01 Graph+ add download, add datalog WTD, add Query progress check, increase Query limit to 100K * *****************************************************************************************************/