You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When checking out the code of my rpitx2 rds generator (and implementing my python rds encoder, rdPy), i've stumbled opun a bug in the 4A group generation, the code sets blocks[1] which should contain the TP and PTY and something else which is not important now, (https://github.com/miegl/PiFmAdv/blob/master/src/rds.c#L88) we set it to what the 4A group needs, however we are missing the PTY and TP
EDIT: also something with 4A but not the blocks, but is the mjd generation correct? the mon+2 part seems incorrect as the rds docs say it should be mon+1 instead
The text was updated successfully, but these errors were encountered:
I've also now concluded why it doesnt have tp or pty, because it was untouched since pifmrds from 6+ years ago, nothing was changed since by anyone, pifmrds didnt have tp or pty or af, it was extremely basic for the group gen
When checking out the code of my rpitx2 rds generator (and implementing my python rds encoder, rdPy), i've stumbled opun a bug in the 4A group generation, the code sets blocks[1] which should contain the TP and PTY and something else which is not important now, (https://github.com/miegl/PiFmAdv/blob/master/src/rds.c#L88) we set it to what the 4A group needs, however we are missing the PTY and TP
EDIT: also something with 4A but not the blocks, but is the mjd generation correct? the mon+2 part seems incorrect as the rds docs say it should be mon+1 instead
The text was updated successfully, but these errors were encountered: