You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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.
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)
The text was updated successfully, but these errors were encountered: