diff --git a/src/CHANGES.md b/src/CHANGES.md index e55fc198..71b15400 100644 --- a/src/CHANGES.md +++ b/src/CHANGES.md @@ -1,11 +1,12 @@ # Development Changes -## 0.7.46 - 2023-09-01 +## 0.7.46 - 2023-09-04 * removed `delay` from ePaper * started improvements of `/system` * fix LEDs to check all configured inverters * send loop skip disabled inverters fix * print generated DTU SN to console +* HW Versions for MI series PR #1133 ## 0.7.45 - 2023-08-29 * change ePaper text to symbols PR #1131 diff --git a/src/hm/hmInverter.h b/src/hm/hmInverter.h index c491f754..c8088087 100644 --- a/src/hm/hmInverter.h +++ b/src/hm/hmInverter.h @@ -339,9 +339,6 @@ class Inverter { DPRINT(DBG_INFO, "alarm ID incremented to "); DBGPRINTLN(String(alarmMesIndex)); enqueCommand(AlarmData); -// ivSendHighPrio(id); -// if(mHighPrioIv == NULL) // process the request immediately if possible -// mHighPrioIv = iv; } } }