First a little rant. There are a couple NTP libraries for Arduino. None of them are actually NTP. All of them are SNTP but probably not even fully SNTP compliant.
Need to combine:
Need to combine:
- TimeLib
- Arduino Timezone Library
- ESP Library time.h (includes sntp.h)
- Need to work out the linkage between Arduino time library and the ESP time library
- Need to work out the linkage between the Timezone Library and the ESP time library
- It seems that the ESP time library uses some fixed DST start/end values....
- Need a prototype for testing
Last wiki comments