* HW Versions for MI series PR #1133
@ -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
## 0.7.45 - 2023-08-29
* change ePaper text to symbols PR #1131
@ -339,9 +339,6 @@ class Inverter {
DPRINT(DBG_INFO, "alarm ID incremented to ");
DBGPRINTLN(String(alarmMesIndex));
enqueCommand<InfoCommand>(AlarmData);
// ivSendHighPrio(id);
// if(mHighPrioIv == NULL) // process the request immediately if possible
// mHighPrioIv = iv;
}