diff --git a/Makefile b/Makefile index d0d006e..6d7a77e 100644 --- a/Makefile +++ b/Makefile @@ -206,7 +206,7 @@ ifeq ($(ENABLE_FEAT_F4HWN),1) VERSION_STRING_1 ?= v0.22 AUTHOR_STRING_2 ?= F4HWN - VERSION_STRING_2 ?= v2.1 + VERSION_STRING_2 ?= v2.2 AUTHOR_STRING ?= $(AUTHOR_STRING_1)+$(AUTHOR_STRING_2) VERSION_STRING ?= $(VERSION_STRING_2) diff --git a/ui/main.c b/ui/main.c index 2b43799..84124df 100644 --- a/ui/main.c +++ b/ui/main.c @@ -1096,7 +1096,7 @@ void UI_DisplayMain(void) UI_PrintStringSmallNormal(s, LCD_WIDTH + 24, 0, line + 1); UI_PrintStringSmallNormal(t, LCD_WIDTH + 2, 0, line + 1); - if (isMainOnly(false)) + if (isMainOnly(false) && !gDTMF_InputMode) { if(shift == 0) {