Closed Zipdox2 closed 1 year ago
The Decoder Identification bits are the wrong way around. The RDS specification says that the most significant bit (d3) gets transmitted first (Dynamic PTY). This corresponds to segment address 0. Your code interprets this as the stereo bit.
You're right, thanks a lot for the fix!
The Decoder Identification bits are the wrong way around. The RDS specification says that the most significant bit (d3) gets transmitted first (Dynamic PTY). This corresponds to segment address 0. Your code interprets this as the stereo bit.