Skip to content

Commit 73450d2

Browse files
committed
EdgeControl: use long watchdog timeout to allow connection
1 parent bb22b87 commit 73450d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utility/watchdog/Watchdog.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
# include <watchdog_api.h>
3737
# define PORTENTA_H7_WATCHDOG_MAX_TIMEOUT_ms (32760)
3838
# define NANO_RP2040_WATCHDOG_MAX_TIMEOUT_ms (8389)
39-
# define EDGE_CONTROL_WATCHDOG_MAX_TIMEOUT_ms (32760)
39+
# define EDGE_CONTROL_WATCHDOG_MAX_TIMEOUT_ms (65536)
4040
#endif /* ARDUINO_ARCH_MBED */
4141

4242
#include <Arduino_ConnectionHandler.h>

0 commit comments

Comments
 (0)