Minor fix

This commit is contained in:
Ajith Vasudevan 2021-03-19 22:40:45 +05:30
parent cfda780b99
commit 7b51da4260
1 changed files with 1 additions and 1 deletions

View File

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