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 ffb4f59 commit e5eb6beCopy full SHA for e5eb6be
src/AsyncTCP.h
@@ -33,6 +33,9 @@ extern "C" {
33
//If core is not defined, then we are running in Arduino or PIO
34
#ifndef CONFIG_ASYNC_TCP_RUNNING_CORE
35
#define CONFIG_ASYNC_TCP_RUNNING_CORE -1 //any available core
36
+#endif
37
+//Watchdog Timer is not dependent on the running core
38
+#ifndef CONFIG_ASYNC_TCP_USE_WDT
39
#define CONFIG_ASYNC_TCP_USE_WDT 1 //if enabled, adds between 33us and 200us per event
40
#endif
41
#ifndef CONFIG_ASYNC_TCP_STACK
0 commit comments