Config functionality switches, bugfixes
Operating instructions for v1.8.0
- Config files have been updated to support finer-grained control over clock functionality
- Date/alarm/timer/temp/test functions, date counter and sunrise/sunset, alarm autoskip and Fibonacci, chime, and night and away shutoff functionality can all be enabled/disabled individually
- Added
millis()
drift buffer to change offset slowly (1ms per loop) and apply correction smoothly, to solve display glitches in timer/chrono. This should make it possible again to replace allmillis()
withms()
– I haven't bothered for button press timing etc., but did do so for signal, so signal will keep good time (stay in sync with seconds/chrono). - Bugfix: when timer ran out under runout mode 1, it would immediately switch to time of day if it had been running over an hour. Fixed to stay on timer display while signal is going.