Arduino-DCF77 icon indicating copy to clipboard operation
Arduino-DCF77 copied to clipboard

compile error

Open mobifu1 opened this issue 8 years ago • 2 comments

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;

    ^_

mobifu1 avatar Aug 26 '16 20:08 mobifu1

Same issue here. I want to use it for the ESP32.

LimitlessGreen avatar Mar 06 '20 14:03 LimitlessGreen

Just remove that variable. It is not used. Should probably send a PR.

faximan avatar May 17 '20 17:05 faximan