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

bug: Something in FM Broadcast mode calling EEPROM_WriteBuffer() repeatedly #570

Open
prokrypt opened this issue May 24, 2024 · 0 comments

Comments

@prokrypt
Copy link

prokrypt commented May 24, 2024

I added blinking red LED into EEPROM_WriteBuffer() for shits and giggles, and discovered :

  1. I inserted code to turn red LED on too early in the function, before the part that reads the EEPROM to determine if there are changes to write.
  2. Because of that, I noticed this: when you turn on the FM Broadcast mode and change frequencies, it calls EEPROM_WriteBuffer() in some loop forever (red led basically remains on). However, it seems it returns each time after the EEPROM is read, so there is no danger of wearing out the EEPROM.

This isn't a major bug at all, but ideally it shouldn't happen.

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

1 participant