mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-10 23:46:37 +02:00
0.8.92
* fix read back of limit value, now with one decimal place
This commit is contained in:
parent
7b030a39d5
commit
3dd1b4e73b
7 changed files with 12 additions and 4 deletions
|
@ -335,7 +335,7 @@ class Inverter {
|
|||
// eg. hw version ...
|
||||
} else if (rec->assign == SystemConfigParaAssignment) {
|
||||
DPRINTLN(DBG_DEBUG, "add config");
|
||||
if (getPosByChFld(0, FLD_ACT_ACTIVE_PWR_LIMIT, rec) == pos){
|
||||
if (getPosByChFld(0, FLD_ACT_ACTIVE_PWR_LIMIT, rec) == pos) {
|
||||
actPowerLimit = rec->record[pos];
|
||||
DPRINT(DBG_DEBUG, F("Inverter actual power limit: "));
|
||||
DPRINTLN(DBG_DEBUG, String(actPowerLimit, 1));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue