ropg / ezTime

ezTime — pronounced "Easy Time" — is a very easy to use Arduino time and date library that provides NTP network time lookups, extensive timezone support, formatted time and date strings, user events, millisecond precision and more.
MIT License
327 stars 92 forks source link

Improving library features #151

Open AlirezaSalehy opened 2 years ago

AlirezaSalehy commented 2 years ago

Hi, there!

Thank you for your significant effort to develop this cool library. I have suggestions for better utilization of the library. Please make NTP_RETRY and NTP_TIMEOUT changeable via some class methods so as to omit the need to manually change the library codebase. Because this makes dealing with the library difficult in a large project.

Thanks in advance.