Change in AF regional detector

This commit is contained in:
Sjef Verhoeven PE5PVB
2023-10-11 20:16:18 +02:00
parent a1a30add06
commit 32ed1ef950

View File

@@ -557,7 +557,6 @@ void TEF6686::readRDS(byte showrdserrors)
if (!isValuePresent) {
af[af_counter].frequency = buffer1;
if (buffer0 == currentfreq && buffer0 < buffer1) af[af_counter].regional = true;
if (af_counter < 50) af_counter++;
}