This commit is contained in:
2026-02-24 22:12:26 +01:00
parent 9e5bddccfa
commit 562427df20
2 changed files with 21 additions and 21 deletions

View File

@@ -1448,7 +1448,7 @@ void TEF6686::readRDS(byte showrdserrors) {
if (offset == 13 && eon[eonIndex].pi == rds.rdsD) {
eon[eonIndex].taset = true;
eon[eonIndex].ta = bitRead(rds.rdsC, 0);
eon[eonIndex].pty = (rds.rdsC >> 11) & 0xF;
eon[eonIndex].pty = (rds.rdsC >> 11) & 0x1F;
eon[eonIndex].ptyset = true;
}