small corrections after merging #1219

This commit is contained in:
lumapu 2023-10-23 22:23:21 +02:00
parent 866649e18d
commit 7a97124bf7
27 changed files with 5 additions and 5274 deletions

View file

@ -185,8 +185,7 @@ class Inverter {
if(mDevControlRequest) {
cb(devControlCmd, true);
mDevControlRequest = false;
}
else if (IV_MI != ivGen) {
} else if (IV_MI != ivGen) {
if((alarmLastId != alarmMesIndex) && (alarmMesIndex != 0))
cb(AlarmData, false); // get last alarms
else if(0 == getFwVersion())