rene0 / dcf77pi

Yet another DCF77 decoder. This one is intended for the Raspberry Pi platform but might work on other devices using GPIO pins too.
BSD 2-Clause "Simplified" License
18 stars 6 forks source link

issue a warning when a DST change is not announced #23

Closed rene0 closed 6 years ago

rene0 commented 6 years ago

Issue a warning when a DST change is not announced when it should have been, judging from the current time and date. This could be represented by a new enum value eann_missing in eDT_announce.

rene0 commented 6 years ago

In hindsight, the threshold logic as proposed in #24 seems more future-proof and relying on the experts (as transmitted by DCF77) is probably a better idea.