Fix AF tuning while screenmute active

This commit is contained in:
Sjef Verhoeven PE5PVB
2024-06-08 17:45:29 +02:00
parent 5bff88de6b
commit 6c36b08d0c
+1
View File
@@ -895,6 +895,7 @@ void loop() {
radio.clearRDS(fullsearchrds);
}
if (XDRGTKUSB || XDRGTKTCP) DataPrint("T" + String((frequency + ConverterSet * 100) * 10) + "\n");
if (!screenmute) freqold = frequency;
store = true;
}
}