Hello
I'm using a Teensy 3.1 with Arduino IDE 1.8.0 and tennsyduino version=1.6.7
I'm running into problems with the RTC.
After RTC init (please find the full source in the attachment):
setSyncProvider(getTeensy3Time);
setTime(11, 44, 00, 13, 5, 2017);
I'm reading the time every second...