Fixed one forgotten cancel DXscan command on remote tuning
This commit is contained in:
@@ -141,6 +141,7 @@ void Communication() {
|
|||||||
String freq = data_str.substring(0, symPos);
|
String freq = data_str.substring(0, symPos);
|
||||||
freq = freq.substring(0, freq.length() - 1);
|
freq = freq.substring(0, freq.length() - 1);
|
||||||
frequency = freq.toInt();
|
frequency = freq.toInt();
|
||||||
|
if (scandxmode) cancelDXScan();
|
||||||
radio.SetFreq(frequency);
|
radio.SetFreq(frequency);
|
||||||
radio.clearRDS(fullsearchrds);
|
radio.clearRDS(fullsearchrds);
|
||||||
if (band != BAND_FM) {
|
if (band != BAND_FM) {
|
||||||
|
|||||||
Reference in New Issue
Block a user