Skip to content

Commit 1d0233d

Browse files
committed
RDA5807 Arduino Library
1 parent a8f9ed7 commit 1d0233d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/RDA5807.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -504,17 +504,16 @@ void RDA5807::setSeekThreshold(uint8_t value)
504504
*/
505505
void RDA5807::setBand(uint8_t band)
506506
{
507-
// reg03->refined.BAND = band;
508507
reg03->refined.BAND = this->currentFMBand = band; // Adjusted by anonimous developer
509508
setRegister(REG03,reg03->raw);
510509
}
511510

512511
/**
513512
* @ingroup GA03
514513
* @brief Sets the band 3 mode: 50 to 65 MHZ or 65 to 76 MHz
515-
* @details It works only for Band 3. So if are on band 3 (65 – 76 MHz East Europe) you can change the range to 50-65MHz.
514+
* @details It works only for Band 3. So if are on band 3 (default 65 – 76 MHz East Europe) you can change the range to 50-65MHz.
516515
*
517-
* @param band3Mode if - 65 – 76 MHz; if 0 - 50-65MHz
516+
* @param band3Mode if 1, 65 – 76 MHz; if 0, 50-65MHz
518517
*/
519518
void RDA5807::setBand3_50_65_Mode(uint8_t band3Mode)
520519
{

0 commit comments

Comments
 (0)