mcci-catena/arduino-lmic

v1.6.1 of Time library has a breaking change for examples

terrillmoore opened this issue · 0 comments

Version v1.6.1 of PaulStoffregen/Time removes Time.h entirely. The examples in the LMIC for network time use this header, and so no longer compile; CI therefore fails.

Revise the examples to use TimeLib.h.