RDA5807 icon indicating copy to clipboard operation
RDA5807 copied to clipboard

seek() can not work without showFunction

Open sunnyguhz opened this issue 1 year ago • 2 comments

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)

sunnyguhz avatar Sep 24 '23 14:09 sunnyguhz

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.

dynamicalmatrix avatar Mar 04 '24 17:03 dynamicalmatrix

@sunnyguhz @dynamicalmatrix

I confirm this as well. using esp32-s3

Fishbone69 avatar Mar 31 '24 23:03 Fishbone69