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
What if the power was off long enough that an alarm should have triggered to turn the alarm off, but wasn't able to write to the eeprom to save the state.
Need another function to possibly do a check to see if an alarm should have triggered, but didn't. Maybe this would check the AlarmState byte, compare it to the current time and see if there were any alarms that should have triggered, and turn on/off any alarms that would have toggled. This would all have to be done at start up to keep the AlarmState from getting out of control when power was returned.
The text was updated successfully, but these errors were encountered:
…elays are turned on and off. Creates new issue #19. Removed MenuTimeSet, and MenuYesNo from the menu system as they are no longer needed in favor of MenuNumSel. Adjusted menu delay from 100ms to 200ms to see if that helps with the menu exitin issue #17.
What if the power was off long enough that an alarm should have triggered to turn the alarm off, but wasn't able to write to the eeprom to save the state.
Need another function to possibly do a check to see if an alarm should have triggered, but didn't. Maybe this would check the AlarmState byte, compare it to the current time and see if there were any alarms that should have triggered, and turn on/off any alarms that would have toggled. This would all have to be done at start up to keep the AlarmState from getting out of control when power was returned.
The text was updated successfully, but these errors were encountered: