pu2clr / RDA5807

Arduino Library for SINGLE-CHIP BROADCAST FM RADIO TUNER RDA5807
MIT License
94 stars 16 forks source link

seek() can not work without showFunction #15

Open sunnyguhz opened 9 months ago

sunnyguhz commented 9 months ago

I try use rx.seek(RDA_SEEK_WRAP, RDA_SEEK_UP) or rx.seek(RDA_SEEK_WRAP, RDA_SEEK_DOWN), but it was not work. But it works when I use rx.seek(RDA_SEEK_WRAP, RDA_SEEK_UP, showStatus) or rx.seek(RDA_SEEK_WRAP, RDA_SEEK_DOWN, showStatus)

dynamicalmatrix commented 3 months ago

I confirm this issue. The instruction rx.seek(RDA_SEEK_WRAP, RDA_SEEK_UP) increases the channel by one (0.1 MHz), regardless of whether there is a station on the new channel or not.

Fishbone69 commented 3 months ago

@sunnyguhz @dynamicalmatrix

I confirm this as well. using esp32-s3