You've already forked TEF6686_ESP32
Clear RDS after AF tune in method B
This commit is contained in:
@@ -713,6 +713,10 @@ void loop() {
|
|||||||
frequency = radio.TestAF();
|
frequency = radio.TestAF();
|
||||||
if (freqold != frequency) {
|
if (freqold != frequency) {
|
||||||
ShowFreq(0);
|
ShowFreq(0);
|
||||||
|
if (radio.afmethodB) {
|
||||||
|
afmethodBold = true;
|
||||||
|
radio.clearRDS(fullsearchrds);
|
||||||
|
}
|
||||||
if (XDRGTKUSB || XDRGTKTCP) DataPrint("T" + String(frequency * 10));
|
if (XDRGTKUSB || XDRGTKTCP) DataPrint("T" + String(frequency * 10));
|
||||||
store = true;
|
store = true;
|
||||||
}
|
}
|
||||||
@@ -725,6 +729,10 @@ void loop() {
|
|||||||
frequency = radio.TestAF();
|
frequency = radio.TestAF();
|
||||||
if (freqold != frequency) {
|
if (freqold != frequency) {
|
||||||
ShowFreq(0);
|
ShowFreq(0);
|
||||||
|
if (radio.afmethodB) {
|
||||||
|
afmethodBold = true;
|
||||||
|
radio.clearRDS(fullsearchrds);
|
||||||
|
}
|
||||||
if (XDRGTKUSB || XDRGTKTCP) DataPrint("T" + String(frequency * 10));
|
if (XDRGTKUSB || XDRGTKTCP) DataPrint("T" + String(frequency * 10));
|
||||||
store = true;
|
store = true;
|
||||||
}
|
}
|
||||||
@@ -736,6 +744,10 @@ void loop() {
|
|||||||
frequency = radio.TestAF();
|
frequency = radio.TestAF();
|
||||||
if (freqold != frequency) {
|
if (freqold != frequency) {
|
||||||
ShowFreq(0);
|
ShowFreq(0);
|
||||||
|
if (radio.afmethodB) {
|
||||||
|
afmethodBold = true;
|
||||||
|
radio.clearRDS(fullsearchrds);
|
||||||
|
}
|
||||||
if (XDRGTKUSB || XDRGTKTCP) DataPrint("T" + String(frequency * 10));
|
if (XDRGTKUSB || XDRGTKTCP) DataPrint("T" + String(frequency * 10));
|
||||||
store = true;
|
store = true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user