fiendie / Funkuhr

An Arduino library for decoding DCF77 signals
GNU General Public License v2.0
13 stars 7 forks source link

synced() is always 1 after first sync #3

Closed maciejbaur closed 3 years ago

maciejbaur commented 3 years ago

Value of synced() is 0 only before first sequence decoding, after date/time recognition change to 1 and keeps that value also when DCF77 receiver is unplugged. In that case syncing is done only once after Arduino reset.

fiendie commented 3 years ago

Resolved with https://github.com/fiendie/Funkuhr/pull/4