mathertel / Radio

An Arduino library to control FM radio chips like SI4703, SI4705, RDA5807M, TEA5767.
http://mathertel.github.io/Radio
BSD 3-Clause "New" or "Revised" License
300 stars 91 forks source link

Hint for RDSParser.cpp #2

Closed ClashC closed 9 years ago

ClashC commented 9 years ago

Hello Matthias, Thank you for the very nice Library. I have the ELVRADIO and testing the RDSText. In RDSTEXT it will replace characters with ']', but no Errors. I comment out the two lines in rdsparser.cpp

// p = strchr(_RDSText, '\0x0D'); // if (p) *p = ']';

Now, have i text without ']'.

The accuracy of the RDSTEXT and the Stationname like it. (si4705) Is it so exactly at the si4703?

ClashC

mathertel commented 9 years ago

you are right. fixed today by removing These lines.