From 30e407b3ae2797f022378d99a34a395cf9822180 Mon Sep 17 00:00:00 2001 From: Sjef Verhoeven PE5PVB Date: Thu, 23 May 2024 21:06:21 +0200 Subject: [PATCH] Fix on PS view in memory mode --- TEF6686_ESP32.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TEF6686_ESP32.ino b/TEF6686_ESP32.ino index f8a48aa..e84418e 100644 --- a/TEF6686_ESP32.ino +++ b/TEF6686_ESP32.ino @@ -2080,12 +2080,12 @@ void SelectBand() { RTold = ""; BWreset = true; BWset = BWsetFM; - radio.clearRDS(fullsearchrds); freqold = frequency_AM; if (!externaltune) CheckBandForbiddenFM(); doBW(); if (!screenmute) BuildDisplay(); } + radio.clearRDS(fullsearchrds); } void BWButtonPress() {