-
Notifications
You must be signed in to change notification settings - Fork 677
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Arduino 1.6.6 breaks Time library #32
Comments
Same happens with ESP8266 Arduino environment v2.0.0. I had to rename Time.h to Time2.h in this library and all its references. After that it compiles ok, but on every library update I have to do it again. |
Fixed by 26cd0c8 Simply update to the latest code. |
petewill
added a commit
to petewill/MySensorsArduinoExamples
that referenced
this issue
Oct 13, 2016
The old time library is not compatible with the newer version of the Arduino IDE (see PaulStoffregen/Time#32). This updated library should be backwards compatible with code that still uses the Time.h reference on an older Arduino IDE.
petewill
added a commit
to petewill/MySensorsArduinoExamples
that referenced
this issue
Oct 14, 2016
The old Time library is not compatible with the newer version of the Arduino IDE (see PaulStoffregen/Time#32). These sketches have been updated to use the newer TimeLib library.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There seems to be a new conflict between the ctime time.h and the Arduino Time.h library.
Reproduce by building TimeTeensy3 example. This is on Mac, where the filesystem is ignores case, which may be part of the cause. Verbose build results below.
The text was updated successfully, but these errors were encountered: