You've already forked TEF6686_ESP32
Fixed RDS-flag detector when RDS filter was switched on
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user