electrodog10 / Internet-Radio-Rebroadcaster

Code for Make's Internet Radio Rebroadcaster
4 stars 2 forks source link

radio.setRDSbuffer does not display more than 20 characters #2

Open Beun opened 5 years ago

Beun commented 5 years ago

For the record, to avoid confusion... radio.setRDSstation is the regular 8 character RDS. radio.setRDSbuffer is 'radiotext', for messages longer than 8 characters.

The problem: radio.setRDSbuffer does not display anything over 20 characters. My information tells me it should be able to display up to at least 32 characters. Is this correct? It would seem so though, since other stations I can tune in to are displaying messages longer than 20 characters in their radiotext.

Is this somthing "fixable" perhaps?