gmag11/NtpClient

Update PlatformIO Version

dangrie158 opened this issue · 1 comments

Hi,

I just encountered some issues with this library when working on an old Project. Most of the issues seem to be already resolved upstream (e.g. #114 ) however the newest version in the Platform IO index is 3.0.2-beta. Would it be possible for you to update to a newer version in the index? Then I would not need to manually patch the newest changes in to the installed library.

Thanks for this Library and have a nice day :)
Daniel

Hi. What platform are you using. If it is esp8266 or esp32 you can try using https://github.com/gmag11/ESPNtpClient.

Notice that esp8266 have their own internal sntp clients. So, if you don't need additional features of ESPNtpClient I recommend using them. You have an example of this on gmag11/ESPNtpClient#42