Merge pull request #2986 from thinkyhead/enable_watchdog
Enable USE_WATCHDOG by default
This commit is contained in:
		| @@ -347,7 +347,7 @@ | ||||
| // @section more | ||||
|  | ||||
| // 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 | ||||
|  | ||||
| #if ENABLED(USE_WATCHDOG) | ||||
|   // If you have a watchdog reboot in an ArduinoMega2560 then the device will hang forever, as a watchdog reset will leave the watchdog on. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user