Arduino-DCF77
Arduino-DCF77 copied to clipboard
compile error
using this library under Arduino-IDE 1.6.11 gives a compile error:
_InternalClockSync:28: error: 'time_t time' redeclared as different kind of symbol
time_t time;
^_
Same issue here. I want to use it for the ESP32.
Just remove that variable. It is not used. Should probably send a PR.