Skip to content

Commit

Permalink
Update NTPClient.h
Browse files Browse the repository at this point in the history
  • Loading branch information
drovosekov authored Jun 23, 2024
1 parent cda1cfa commit 017a61b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions NTPClient.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ class NTPClient {
NTPClient(UDP& udp, IPAddress poolServerIP, long timeOffset);
NTPClient(UDP& udp, IPAddress poolServerIP, long timeOffset, unsigned long updateInterval);

/**
* Update config by runtime
*/
void config_update(UDP &udp, const char *poolServerName, long timeOffset, unsigned long updateInterval);

/**
* Set time server name
*
Expand Down

0 comments on commit 017a61b

Please sign in to comment.