mirror of https://github.com/arendst/Tasmota.git
Minor fix
This commit is contained in:
parent
cfda780b99
commit
7b51da4260
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue