micooke / wwvb_jjy

Arduino library to transmit WWVB and JJY with a 40kHz or 60kHz carrier
MIT License
36 stars 1 forks source link

Not compiling / Time library issues #1

Closed micooke closed 7 years ago

micooke commented 7 years ago

I found a bug - it wasn't compiling using the Arduino IDE (but it was for the visual micro environment which I normally use). It came down to an issue with linking against Time.h vs TimeLib.h (ie it was a linker issue).

Also resolved an issue in which TimeDateTools was being included after wwvb_jjy.h, logic fail on my behalf.