Skip to content

Commit 017a61b

Browse files
authored
Update NTPClient.h
1 parent cda1cfa commit 017a61b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

NTPClient.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ class NTPClient {
3737
NTPClient(UDP& udp, IPAddress poolServerIP, long timeOffset);
3838
NTPClient(UDP& udp, IPAddress poolServerIP, long timeOffset, unsigned long updateInterval);
3939

40+
/**
41+
* Update config by runtime
42+
*/
43+
void config_update(UDP &udp, const char *poolServerName, long timeOffset, unsigned long updateInterval);
44+
4045
/**
4146
* Set time server name
4247
*

0 commit comments

Comments
 (0)