mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 03:06:33 +00:00
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…
x
Reference in New Issue
Block a user