diff --git a/Firmware/IotaWatt/IotaWatt.h b/Firmware/IotaWatt/IotaWatt.h index c6e423e9..5b514024 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_01" +#define IOTAWATT_VERSION "02_08_02" #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 cfdde6f8..82cb3324 100644 --- a/Firmware/IotaWatt/common.cpp +++ b/Firmware/IotaWatt/common.cpp @@ -121,6 +121,7 @@ * 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. + * 01/25/23 02_08_02 Fix mDNS when AP changes * *****************************************************************************************************/