From 0c2ba5e652d53803c65067c89c61270f4a75989d Mon Sep 17 00:00:00 2001 From: Christophe Catherine Slychan Date: Sun, 26 Apr 2020 23:34:28 +0200 Subject: [PATCH] add headers for new methods --- NTPClient.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/NTPClient.h b/NTPClient.h index 20ec43b..e8fbf33 100755 --- a/NTPClient.h +++ b/NTPClient.h @@ -43,6 +43,21 @@ class NTPClient { * @param poolServerName */ void setPoolServerName(const char* poolServerName); + + /** + * Set time server IP address + * + * @param poolServerIP + */ + void setPoolServerIP(IPAddress poolServerIP); + + /** + * Set time server domain or IP address + * + * @param poolServerAddress + */ + void setPoolServerAddress(const char* poolServerAddress); + void setPoolServerAddress(IPAddress poolServerAddress); /** * Starts the underlying UDP client with the default local port