JChristensen / DS3232RTC

Arduino Library for Maxim Integrated DS3232 and DS3231 Real-Time Clocks
GNU General Public License v3.0
392 stars 135 forks source link

Please include TimeLib.h #32

Closed guillaume-dorczynski closed 6 years ago

guillaume-dorczynski commented 8 years ago

Hi,

There is an issue when compiling this library (and your TimeZone library too) for the latest ESP8266 Arduino core. It results in many errors.

To solve these errors, you must replace in DS3232RTC.h : #include <Time.h> by: #include <TimeLib.h>

jimmys01 commented 8 years ago

True. Happened to me as well

OneGneissGuy commented 7 years ago

Yes this line must be added.Has a pull request been made to address this?

JChristensen commented 6 years ago

Duplicate of #30.