From 7b51da426035f3913c4de559aea875098173b773 Mon Sep 17 00:00:00 2001 From: Ajith Vasudevan Date: Fri, 19 Mar 2021 22:40:45 +0530 Subject: [PATCH] Minor fix --- tasmota/xdrv_13_display.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmota/xdrv_13_display.ino b/tasmota/xdrv_13_display.ino index ecc2ad7b7..0377e5cf2 100755 --- a/tasmota/xdrv_13_display.ino +++ b/tasmota/xdrv_13_display.ino @@ -1930,7 +1930,7 @@ void CmndDisplayText(void) #ifndef USE_DISPLAY_MODES1TO5 DisplayText(); #else - if(Settings.display_model == 15 || Settings.display_model == 16) { + if(Settings.display_model == 15) { XdspCall(FUNC_DISPLAY_SEVENSEG_TEXT); } else if (!Settings.display_mode) { DisplayText();