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
302 stars 92 forks source link

Update RDA5807M.cpp #40

Closed gartnl closed 4 years ago

gartnl commented 4 years ago

update to fix issue where setBand() does not actually send the new band to the rda5807

mathertel commented 4 years ago

Thank you!

gartnl commented 4 years ago

No problem, simple fix. Thanks for merging.