adafruit / Adafruit_CircuitPython_NTP

Network Time Protocol (NTP) Helper for CircuitPython
MIT License
9 stars 18 forks source link

made printing to console optional when set_time() fails. #14

Closed krittick closed 3 years ago

krittick commented 3 years ago

Uses a new optional parameter ("debug") when creating an instance of the NTP class

Fixes #13