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