Skip to content

Commit 9593c79

Browse files
committed
Set default for ESP_ESF_BUF_MONITOR_INTERVAL_MS to 5000
It seems to be working, should be enabled by default.
1 parent b66ffe4 commit 9593c79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platforms/esp8266/src/esp_esf_buf_monitor.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
// and that cannot be recovered from other than by rebooting.
2424

2525
#ifndef ESP_ESF_BUF_MONITOR_INTERVAL_MS
26-
#define ESP_ESF_BUF_MONITOR_INTERVAL_MS 0 // Disabled by default
26+
#define ESP_ESF_BUF_MONITOR_INTERVAL_MS 5000
2727
#endif
2828

2929
// This callback will be invoked once stuck TX is detected.

0 commit comments

Comments
 (0)