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
297 stars 89 forks source link

si4703 attrackting si4705 script #43

Closed fungreenfox closed 2 days ago

fungreenfox commented 4 years ago

Arduino scripts\libraries\Radio-master\src\SI4705.cpp:498:25: note: within this loop

for (uint8_t n = 0; n < 12; n++) {

Its just that the radio is a SI4703, and there is a script dedicated the SI4703, and the compiler is complaining about an error, from a script there should not be picked at. SI4705 is not mentioned at all in the IDE script!