mirror of
https://github.com/lumapu/ahoy.git
synced 2025-08-06 09:58:23 +02:00
0.7.61
* fix compiler warnings #1191 * fix ePaper logo during night time #1151
This commit is contained in:
parent
b832aff11c
commit
5a01cc86e6
2 changed files with 3 additions and 1 deletions
|
@ -135,7 +135,7 @@ class Display {
|
|||
}
|
||||
#if defined(ESP32)
|
||||
else if (mCfg->type == 10) {
|
||||
mEpaper.loop(totalPower, totalYieldDay, totalYieldTotal, nrprod);
|
||||
mEpaper.loop(((allOff) ? 0.0 : totalPower), totalYieldDay, totalYieldTotal, nrprod);
|
||||
mRefreshCycle++;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue