From 4a4101053afdcda590ab20b8a80029265b341b5b Mon Sep 17 00:00:00 2001 From: Sjef Verhoeven PE5PVB Date: Tue, 4 Jun 2024 13:14:01 +0200 Subject: [PATCH] Fixed RDS residue on memory change --- TEF6686_ESP32.ino | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/TEF6686_ESP32.ino b/TEF6686_ESP32.ino index f90ff0e..047c573 100644 --- a/TEF6686_ESP32.ino +++ b/TEF6686_ESP32.ino @@ -2787,7 +2787,8 @@ void ShowMemoryPos() { void DoMemoryPosTune() { if (spispeed == 7) tft.setSPISpeed(50); - + radio.clearRDS(fullsearchrds); + // Process empty stations if (IsStationEmpty()) { memoryposstatus = MEM_DARK; @@ -2884,6 +2885,7 @@ void DoMemoryPosTune() { BWtune = true; memtune = true; memreset = true; + rdsflagreset = false; ShowFreq(0); }