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

Added WDT feeds to reduce HW WDT crashes. #395

Merged
merged 10 commits into from
Oct 18, 2021

Commits on Oct 17, 2021

  1. Configuration menu
    Copy the full SHA
    5002f58 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2021

  1. Configuration menu
    Copy the full SHA
    ee560d2 View commit details
    Browse the repository at this point in the history
  2. Added save to sd card of synch offset at the end of playing a file to…

    … allow the value to persist over reboots.
    MartinMueller2003 committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    08596fa View commit details
    Browse the repository at this point in the history
  3. Added a unified feed WDT function.

    Added additional instances of feed WdT.
    MartinMueller2003 committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    54ef477 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    db29cb8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    942e3ca View commit details
    Browse the repository at this point in the history
  6. Added WDT feeds on possibly long operations.

    Removed REST stubs.
    Created a permanent json buffer to reduce swiss cheese effect on heap
    MartinMueller2003 committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    e2149f5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    447905d View commit details
    Browse the repository at this point in the history
  8. Added support for millis wrap around which also resolves a startup is…

    …sue with playing an fseq file in remote mode that started playing before we booted.
    MartinMueller2003 committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    1fe9bfd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    87d25d7 View commit details
    Browse the repository at this point in the history