mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-22 13:26:10 +02:00
Merge branch 'development03' into hms
This commit is contained in:
commit
f2ce528a56
20 changed files with 227 additions and 98 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue