From 080935638e3c9170ab79bc1aa3725e1d497108e6 Mon Sep 17 00:00:00 2001 From: Sjef Verhoeven PE5PVB Date: Mon, 10 Feb 2025 10:43:14 +0100 Subject: [PATCH] Removed false decimal on signalmeter --- TEF6686_ESP32.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TEF6686_ESP32.ino b/TEF6686_ESP32.ino index 61e52ae..14eb384 100644 --- a/TEF6686_ESP32.ino +++ b/TEF6686_ESP32.ino @@ -3354,8 +3354,8 @@ void ShowSignalLevel() { tftReplace(1, String(SStatusold / 10), String(SStatusprint / 10), 280, 104, FreqColor, FreqColorSmooth, BackgroundColor, 48); } - tftReplace(-1, "." + String(abs(SStatusold % 100)), - "." + String(abs(SStatusprint % 100)), + tftReplace(-1, "." + String(abs(SStatusold % 10)), + "." + String(abs(SStatusprint % 10)), 285, 102, FreqColor, FreqColorSmooth, BackgroundColor, 28); // Calculate segments for signal meter