Fixed one forgotten cancel DXscan command on remote tuning

This commit is contained in:
Sjef Verhoeven PE5PVB
2024-08-31 18:59:35 +02:00
parent 09582a9842
commit e568bcc15c

View File

@@ -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) {