(08-01-2017, 08:19)zitoune Wrote: Always restart the IDE when you add new libraries.
Tried this, and all the above with no effect.
The solution seems to be to update the Time library via the library manager, and then change RX and WD source from this
#include <Time.h>
... to this
#include <TimeLib.h>
I'm unsure why nobody else is seeing this problem. Are you using the latest 1.8.0 Arduino IDE on Windows? Looking at the github history, it looks like the header arrangement was radically changed for the time library for compatibility with 1.6.6 IDE?
Here's an earlier report. http://forum.arduino.cc/index.php?topic=...msg2860438

