Merge branch 'development03' into hms

This commit is contained in:
lumapu 2023-03-26 23:02:26 +02:00
commit f2ce528a56
20 changed files with 227 additions and 98 deletions

View file

@ -305,7 +305,7 @@ class Inverter {
if (getPosByChFld(0, FLD_ACT_ACTIVE_PWR_LIMIT, rec) == pos){
actPowerLimit = rec->record[pos];
DPRINT(DBG_DEBUG, F("Inverter actual power limit: "));
DBGPRINTLN(String(actPowerLimit, 1));
DPRINTLN(DBG_DEBUG, String(actPowerLimit, 1));
}
}
else if (rec->assign == AlarmDataAssignment) {