add setUpdateServer

add setUpdateServer
This commit is contained in:
Vlad 2017-05-15 21:15:02 +05:00
parent 9dc9ad184b
commit d08cb88f10

View File

@ -73,6 +73,7 @@ class NTPClient {
* timeOffset should not be set in the constructor * timeOffset should not be set in the constructor
*/ */
void setUpdateInterval(int updateInterval); void setUpdateInterval(int updateInterval);
void setUpdateServer(const char* poolServerName);
/** /**
* @return time formatted like `hh:mm:ss` * @return time formatted like `hh:mm:ss`