domneedham / pico-clock-green-rs

A Rust implementation of the Waveshare Pico-Clock-Green.
1 stars 0 forks source link

Only reset time if modified #18

Closed domneedham closed 1 year ago

domneedham commented 1 year ago

When jumping through settings, any save on hour/minute will reset the RTC to 0 seconds. This is not desired behaviour and only should be reset if the hour or minute has actually been changed by the user.