mirror of
https://github.com/lumapu/ahoy.git
synced 2025-08-06 09:58:23 +02:00
1306 Fehlerkorrektur
This commit is contained in:
parent
237d45f19a
commit
108ab3ecfa
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ class Display {
|
||||||
totalYieldTotal += iv->getChannelFieldValue(CH0, FLD_YT, rec);
|
totalYieldTotal += iv->getChannelFieldValue(CH0, FLD_YT, rec);
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((1 < mCfg->type) && (mCfg->type < 10)) {
|
if ((0 < mCfg->type) && (mCfg->type < 10)) {
|
||||||
mMono.disp(totalPower, totalYieldDay, totalYieldTotal, isprod);
|
mMono.disp(totalPower, totalYieldDay, totalYieldTotal, isprod);
|
||||||
} else if (mCfg->type >= 10) {
|
} else if (mCfg->type >= 10) {
|
||||||
#if defined(ESP32)
|
#if defined(ESP32)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue