From 8cfde15f6d25a13f734a44382b40b10edafe6b85 Mon Sep 17 00:00:00 2001 From: Sjef Verhoeven PE5PVB Date: Thu, 6 Jun 2024 22:57:26 +0200 Subject: [PATCH] Fix flashing AF in AF screen --- src/TEF6686.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/TEF6686.cpp b/src/TEF6686.cpp index b3dbd3e..bbebe0a 100644 --- a/src/TEF6686.cpp +++ b/src/TEF6686.cpp @@ -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 (afmethodBtrigger) afmethodB = true; // Check for AF method B afmethodBprobe = true; - af_updatecounter++; af_counterb = (rds.rdsC >> 8) - 224; af_number = (rds.rdsC >> 8) - 224; af_counterbcheck = 1;