Fixed RDS-flag detector when RDS filter was switched on

This commit is contained in:
Sjef Verhoeven PE5PVB
2023-11-07 12:47:03 +01:00
parent faf55dc60c
commit 88423c6bfe

View File

@@ -364,7 +364,7 @@ void TEF6686::readRDS(byte showrdserrors)
}
}
if (bitRead(rds.rdsStat, 15)) {
if (bitRead(rds.rdsStat, 9)) {
rds.hasRDS = true; // RDS decoder synchronized and data available
bitStartTime = 0;
} else {