Fix flashing AF in AF screen

This commit is contained in:
Sjef Verhoeven PE5PVB
2024-06-06 22:57:26 +02:00
parent 34a40f0150
commit 8cfde15f6d

View File

@@ -673,7 +673,6 @@ void TEF6686::readRDS(byte showrdserrors) {
if ((rds.rdsC >> 8) > 224 && (rds.rdsC >> 8) < 250 && ((rds.rdsC & 0xFF) * 10 + 8750) == currentfreq && rds.hasAF) { if ((rds.rdsC >> 8) > 224 && (rds.rdsC >> 8) < 250 && ((rds.rdsC & 0xFF) * 10 + 8750) == currentfreq && rds.hasAF) {
if (afmethodBtrigger) afmethodB = true; // Check for AF method B if (afmethodBtrigger) afmethodB = true; // Check for AF method B
afmethodBprobe = true; afmethodBprobe = true;
af_updatecounter++;
af_counterb = (rds.rdsC >> 8) - 224; af_counterb = (rds.rdsC >> 8) - 224;
af_number = (rds.rdsC >> 8) - 224; af_number = (rds.rdsC >> 8) - 224;
af_counterbcheck = 1; af_counterbcheck = 1;