Skip to content
Snippets Groups Projects
Commit 7e348fcb authored by daid303's avatar daid303
Browse files

By mistake enabled the watchdog by default. This should be off by default.

parent 06b58a9c
No related branches found
No related tags found
No related merge requests found
......@@ -182,7 +182,7 @@
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // no z because of layer shift.
// The hardware watchdog should reset the Microcontroller disabling all outputs, in case the firmware gets stuck and doesn't do temperature regulation.
#define USE_WATCHDOG
//#define USE_WATCHDOG
#ifdef USE_WATCHDOG
// you cannot watchdog reboot on Arduino mega2560 due to a bug in he bootloader. Hence we need to ask the user to reset.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment