From b08f6b495db11e6c6b116304a9959c07ba6db439 Mon Sep 17 00:00:00 2001 From: Sjef Verhoeven PE5PVB Date: Wed, 12 Feb 2025 13:55:13 +0100 Subject: [PATCH] Versioning --- TEF6686_ESP32.ino | 2 -- src/gui.cpp | 2 ++ src/language.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/TEF6686_ESP32.ino b/TEF6686_ESP32.ino index be51460..3a48309 100644 --- a/TEF6686_ESP32.ino +++ b/TEF6686_ESP32.ino @@ -3344,7 +3344,6 @@ void ShowSignalLevel() { if (MPprint != MPold) { tftReplace(1, String(MPold), (band < BAND_GAP ? String(MPprint) : "--"), 299, 165, PrimaryColor, PrimaryColorSmooth, BackgroundColor, 16); - tftPrint(1, "%", 316, 165, PrimaryColor, PrimaryColorSmooth, 16); MPold = MPprint; } @@ -3353,7 +3352,6 @@ void ShowSignalLevel() { if (USprint != USold) { tftReplace(1, String(USold), (band < BAND_GAP ? String(USprint) : "--"), 299, 147, PrimaryColor, PrimaryColorSmooth, BackgroundColor, 16); - tftPrint(1, "%", 316, 147, PrimaryColor, PrimaryColorSmooth, 16); USold = USprint; } } diff --git a/src/gui.cpp b/src/gui.cpp index dbce2dd..6e35776 100644 --- a/src/gui.cpp +++ b/src/gui.cpp @@ -3015,6 +3015,8 @@ void BuildDisplay() { tftPrint(-1, "MP:", 259, 165, ActiveColor, ActiveColorSmooth, 16); tftPrint(-1, "CN:", 197, 165, ActiveColor, ActiveColorSmooth, 16); tftPrint(1, "dB", 255, 165, ActiveColor, ActiveColorSmooth, 16); + tftPrint(1, "%", 316, 165, ActiveColor, ActiveColorSmooth, 16); + tftPrint(1, "%", 316, 147, ActiveColor, ActiveColorSmooth, 16); tftPrint(0, "S", 7, 101, ActiveColor, ActiveColorSmooth, 16); tftPrint(-1, "1", 21, 115, ActiveColor, ActiveColorSmooth, 16); diff --git a/src/language.h b/src/language.h index b4bcb6c..6341896 100644 --- a/src/language.h +++ b/src/language.h @@ -1,7 +1,7 @@ #ifndef LANGUAGE_H #define LANGUAGE_H -#define VERSION "v2.11.22" +#define VERSION "v2.11.23" // [number of languages][number of texts]