mirror of
https://github.com/lumapu/ahoy.git
synced 2025-08-01 07:28:20 +02:00
0.6.14 merge PR #920
This commit is contained in:
parent
2b93e12727
commit
e6d8e2ee97
1 changed files with 1 additions and 3 deletions
|
@ -197,7 +197,6 @@ void DisplayEPaper::actualPowerPaged(float _totalPower, float _totalYieldDay, fl
|
|||
snprintf(_fmtText, sizeof(_fmtText), "%d Inverter online", _isprod);
|
||||
_display->println(_fmtText);
|
||||
|
||||
|
||||
}
|
||||
} while (_display->nextPage());
|
||||
}
|
||||
|
@ -217,9 +216,8 @@ void DisplayEPaper::loop(float totalPower, float totalYieldDay, float totalYield
|
|||
if ((isprod > 0) && (_changed)) {
|
||||
_changed = false;
|
||||
lastUpdatePaged();
|
||||
} else if(totalPower==0) {
|
||||
} else if(totalPower==0)
|
||||
offlineFooter();
|
||||
}
|
||||
|
||||
_display->powerOff();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue