gmag11 / ESPNtpClient

High accuracy NTP library for ESP32 and ESP8266
MIT License
118 stars 25 forks source link

Is this library async? #34

Closed unregistered33 closed 2 years ago

unregistered33 commented 2 years ago

Not issue, just question. Sorry! I have been looking for an asynchronous ntp client implementation for a very long time. Is your library like that? Looking at the examples, I really hope that it is!

gmag11 commented 2 years ago

Sure! All NTP sync activity is managed in a background task.

unregistered33 commented 2 years ago

Thanks!