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

rda5807 setband not saving setting to register #39

Closed gartnl closed 4 years ago

gartnl commented 4 years ago

Easy to fix .. In rda5807m.cpp function setBand() is not sending the register-value to the chip. At the end of the function '_saveRegister(RADIO_REG_CHAN);' is missing.

made a pull request for it.

Regards

Henk

mathertel commented 4 years ago

pull request was merged.