NTPClient icon indicating copy to clipboard operation
NTPClient copied to clipboard

add setPoolServerIP(IPAddress pool_server_ip)

Open keriszafir opened this issue 4 years ago • 1 comments

As of now there's no way of setting a "raw" IPAddress as a pool server IP on an already instantiated NTPClient.

Additionally a polymorphic method accepting both IPAddress and char* address: setPoolServer(IPAddress address) setPoolServer(char* address)

keriszafir avatar Apr 26 '20 21:04 keriszafir

pull request https://github.com/arduino-libraries/NTPClient/pull/104

keriszafir avatar Apr 26 '20 21:04 keriszafir