Skip to content

Commit

Permalink
EdgeControl: use long watchdog timeout to allow connection
Browse files Browse the repository at this point in the history
  • Loading branch information
pennam committed Nov 27, 2023
1 parent bb22b87 commit 73450d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utility/watchdog/Watchdog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
# include <watchdog_api.h>
# define PORTENTA_H7_WATCHDOG_MAX_TIMEOUT_ms (32760)
# define NANO_RP2040_WATCHDOG_MAX_TIMEOUT_ms (8389)
# define EDGE_CONTROL_WATCHDOG_MAX_TIMEOUT_ms (32760)
# define EDGE_CONTROL_WATCHDOG_MAX_TIMEOUT_ms (65536)
#endif /* ARDUINO_ARCH_MBED */

#include <Arduino_ConnectionHandler.h>
Expand Down

0 comments on commit 73450d2

Please sign in to comment.