Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

seek() can not work without showFunction #15

Open
sunnyguhz opened this issue Sep 24, 2023 · 2 comments
Open

seek() can not work without showFunction #15

sunnyguhz opened this issue Sep 24, 2023 · 2 comments

Comments

@sunnyguhz
Copy link

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
Copy link

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
Copy link

@sunnyguhz @dynamicalmatrix

I confirm this as well. using esp32-s3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants