File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -504,17 +504,16 @@ void RDA5807::setSeekThreshold(uint8_t value)
504
504
*/
505
505
void RDA5807::setBand (uint8_t band)
506
506
{
507
- // reg03->refined.BAND = band;
508
507
reg03->refined .BAND = this ->currentFMBand = band; // Adjusted by anonimous developer
509
508
setRegister (REG03,reg03->raw );
510
509
}
511
510
512
511
/* *
513
512
* @ingroup GA03
514
513
* @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.
516
515
*
517
- * @param band3Mode if - 65 – 76 MHz; if 0 - 50-65MHz
516
+ * @param band3Mode if 1, 65 – 76 MHz; if 0, 50-65MHz
518
517
*/
519
518
void RDA5807::setBand3_50_65_Mode (uint8_t band3Mode)
520
519
{
You can’t perform that action at this time.
0 commit comments