We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b66ffe4 commit 9593c79Copy full SHA for 9593c79
platforms/esp8266/src/esp_esf_buf_monitor.h
@@ -23,7 +23,7 @@
23
// and that cannot be recovered from other than by rebooting.
24
25
#ifndef ESP_ESF_BUF_MONITOR_INTERVAL_MS
26
-#define ESP_ESF_BUF_MONITOR_INTERVAL_MS 0 // Disabled by default
+#define ESP_ESF_BUF_MONITOR_INTERVAL_MS 5000
27
#endif
28
29
// This callback will be invoked once stuck TX is detected.
0 commit comments