adafruit / Adafruit_CircuitPython_AzureIoT

Access to Microsoft Azure IoT device, messaging, and job services from CircuitPython!
MIT License
20 stars 15 forks source link

Switch examples for adafruit_ntp 3+ #43

Closed tannewt closed 2 years ago

tannewt commented 2 years ago

The new version of the library uses standard sockets to fetch the time from an NTP server.

This depends on https://github.com/adafruit/Adafruit_CircuitPython_NTP/pull/20

tannewt commented 2 years ago

Ok, NTP 3.0.0 is released so this will work with the latest version of NTP.