From e568bcc15ca70478be307554701a1bc1cf669078 Mon Sep 17 00:00:00 2001 From: Sjef Verhoeven PE5PVB Date: Sat, 31 Aug 2024 18:59:35 +0200 Subject: [PATCH] Fixed one forgotten cancel DXscan command on remote tuning --- src/comms.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/comms.cpp b/src/comms.cpp index 05785b7..2dee999 100644 --- a/src/comms.cpp +++ b/src/comms.cpp @@ -141,6 +141,7 @@ void Communication() { String freq = data_str.substring(0, symPos); freq = freq.substring(0, freq.length() - 1); frequency = freq.toInt(); + if (scandxmode) cancelDXScan(); radio.SetFreq(frequency); radio.clearRDS(fullsearchrds); if (band != BAND_FM) {