We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aff9c6b commit d7d8b45Copy full SHA for d7d8b45
NTPClient.h
@@ -47,7 +47,7 @@ class NTPClient {
47
/**
48
* Set random local port
49
*/
50
- void setRandomPort(unsigned int minValue, unsigned int maxValue);
+ void setRandomPort(unsigned int minValue = 49152, unsigned int maxValue = 65535);
51
52
53
* Starts the underlying UDP client with the default local port
0 commit comments