(09-01-2017, 12:03)roddyp Wrote: If you use "TimeLib.h", the correct file gets included. That seems to be why the library filenames were changed. Hope that helps.
I think you are absolutely right!
I did some quick tests with the WD software using the updated library, and using #include <TimeLib.h> instead of #include <Time.h> and it seems to be working. Next I will try the same thing with all the WeatherDuino software that uses the Time library, and will test it during some time. If everything runs stable all software packages will be updated.
One more time, thank you for your efforts and research on this matter, it is helping a lot.
(09-01-2017, 12:03)roddyp Wrote: For now, 1.7.11 is fine to use, but I guess 1.8.0 compatibility will be required soon...
Most people don't update the Arduino IDE unless they have the need to do it, however I agree that will be better trying that all the software will compile with the latest IDE release. This goal is not always possible, in some personal projects I'm still using IDE 023, because some libraries have never been updated and they are complex to modify (at least for me).
For now seems that the only problem is with the Time library, which as pointed by you is easy to fix.
Regards