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.
2 parents 6a843cb + d0a1035 commit 4f841c6Copy full SHA for 4f841c6
DHT.cpp
@@ -26,7 +26,9 @@
26
#include "DHT.h"
27
28
#define MIN_INTERVAL 2000 /**< min interval value */
29
-#define TIMEOUT -1 /**< timeout on */
+#define TIMEOUT \
30
+ UINT32_MAX /**< Used programmatically for timeout. \
31
+ Not a timeout duration. Type: uint32_t. */
32
33
/*!
34
* @brief Instantiates a new DHT class
0 commit comments