Fix display bug on ScanRange

This commit is contained in:
Armel FAUVEAU
2024-03-09 02:21:50 +01:00
parent 0f604b1e8a
commit f31e8c319e
3 changed files with 28 additions and 16 deletions

View File

@@ -55,7 +55,11 @@ ENABLE_LTO ?= 1
#############################################################
TARGET = firmware
ifeq ($(ENABLE_FEAT_F4HWN),1)
TARGET = f4hwn
else
TARGET = firmware
endif
ifeq ($(ENABLE_CLANG),1)
# GCC's linker, ld, doesn't understand LLVM's generated bytecode
@@ -206,7 +210,7 @@ ifeq ($(ENABLE_FEAT_F4HWN),1)
VERSION_STRING_1 ?= v0.22
AUTHOR_STRING_2 ?= F4HWN
VERSION_STRING_2 ?= v2.2
VERSION_STRING_2 ?= v2.3
AUTHOR_STRING ?= $(AUTHOR_STRING_1)+$(AUTHOR_STRING_2)
VERSION_STRING ?= $(VERSION_STRING_2)