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

Fix for infinate loop in getNextEvent #549

Merged
merged 1 commit into from
Feb 22, 2023
Merged

Commits on Feb 21, 2023

  1. Fix for infinate loop in getNextEvent

    getNextEvent could get stuck in an infinate loop if searching for a type that is not in the list. This can happen when there is only enteries ofa single type, eg disabled and you search for active, as the LCD module does causing a watchdog timeout.
    
    Fixes #414
    jeremypoulter committed Feb 21, 2023
    2 Configuration menu
    Copy the full SHA
    169c789 View commit details
    Browse the repository at this point in the history