From 26123d245a07f0896ff78e8a2ccb334cd4493bfe Mon Sep 17 00:00:00 2001 From: Armel FAUVEAU Date: Thu, 29 Feb 2024 18:39:54 +0100 Subject: [PATCH] Fix modulation type on Main Only --- Makefile | 2 +- ui/main.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a5ddcb0..d0d006e 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.0 + VERSION_STRING_2 ?= v2.1 AUTHOR_STRING ?= $(AUTHOR_STRING_1)+$(AUTHOR_STRING_2) VERSION_STRING ?= $(VERSION_STRING_2) diff --git a/ui/main.c b/ui/main.c index 283999e..4b59824 100644 --- a/ui/main.c +++ b/ui/main.c @@ -1053,6 +1053,7 @@ void UI_DisplayMain(void) if (isMainOnly(true)) { UI_PrintStringSmallNormal(s, LCD_WIDTH + 24, 0, line + 1); + UI_PrintStringSmallNormal(t, LCD_WIDTH + 2, 0, line + 1); } else {