Skip to content

bugfix: seek FM stations#59

Open
andreyvorobyov2 wants to merge 2 commits intogoshante:masterfrom
andreyvorobyov2:master
Open

bugfix: seek FM stations#59
andreyvorobyov2 wants to merge 2 commits intogoshante:masterfrom
andreyvorobyov2:master

Conversation

@andreyvorobyov2
Copy link

@andreyvorobyov2 andreyvorobyov2 commented Jan 5, 2026

Hi.
FM station search works fine, but
after a successful station search, the frequency changes using the method

g_si4735.setFrequency(g_currentFrequency);

and the found station is lost.
After deleting this line, the found frequency doesn't change.

Fixed in the second commit
When RDS is enabled, the station search doesn't start because condition

else if (g_displayRDS)

is earlier than

else if (g_currentMode == FM || g_currentMode == AM)
  doSeek();

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

Successfully merging this pull request may close these issues.

1 participant