From 108ab3ecfa18070ee774cb1e40ea227c14f393b4 Mon Sep 17 00:00:00 2001 From: dAjaY85 Date: Tue, 14 Mar 2023 22:12:34 +0100 Subject: [PATCH] 1306 Fehlerkorrektur --- src/plugins/Display/Display.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/Display/Display.h b/src/plugins/Display/Display.h index 566a1395..1a0222b2 100644 --- a/src/plugins/Display/Display.h +++ b/src/plugins/Display/Display.h @@ -79,7 +79,7 @@ class Display { 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); } else if (mCfg->type >= 10) { #if defined(ESP32)