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();