5.0.0 - Remove NTP Module
This release removes the ntp module from this library. Moving forward the Adafruit_CircuitPython_NTP library can be used instead. This is a breaking change, any code that was using the builtin ntp module from this library will need to be changed over to use adafruit_ntp instead.
The NTP Implementation that was built-in had issues anyway and reported to not work correctly.
Thank you @BiffoBear!
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-Wiznet5k
.
Read the docs for info on how to use it.