浏览代码

Merge pull request #2986 from thinkyhead/enable_watchdog

Enable USE_WATCHDOG by default
Scott Lahteine 9 年前
父节点
当前提交
9eb4aceee4

+ 1
- 1
Marlin/Configuration_adv.h 查看文件

@@ -344,7 +344,7 @@
344 344
 // @section more
345 345
 
346 346
 // The hardware watchdog should reset the microcontroller disabling all outputs, in case the firmware gets stuck and doesn't do temperature regulation.
347
-//#define USE_WATCHDOG
347
+#define USE_WATCHDOG
348 348
 
349 349
 #if ENABLED(USE_WATCHDOG)
350 350
   // If you have a watchdog reboot in an ArduinoMega2560 then the device will hang forever, as a watchdog reset will leave the watchdog on.

+ 1
- 1
Marlin/example_configurations/Felix/Configuration_adv.h 查看文件

@@ -345,7 +345,7 @@
345 345
 // @section more
346 346
 
347 347
 // The hardware watchdog should reset the microcontroller disabling all outputs, in case the firmware gets stuck and doesn't do temperature regulation.
348
-//#define USE_WATCHDOG
348
+#define USE_WATCHDOG
349 349
 
350 350
 #if ENABLED(USE_WATCHDOG)
351 351
   // If you have a watchdog reboot in an ArduinoMega2560 then the device will hang forever, as a watchdog reset will leave the watchdog on.

+ 1
- 1
Marlin/example_configurations/Hephestos/Configuration_adv.h 查看文件

@@ -345,7 +345,7 @@
345 345
 // @section more
346 346
 
347 347
 // The hardware watchdog should reset the microcontroller disabling all outputs, in case the firmware gets stuck and doesn't do temperature regulation.
348
-//#define USE_WATCHDOG
348
+#define USE_WATCHDOG
349 349
 
350 350
 #if ENABLED(USE_WATCHDOG)
351 351
   // If you have a watchdog reboot in an ArduinoMega2560 then the device will hang forever, as a watchdog reset will leave the watchdog on.

+ 1
- 1
Marlin/example_configurations/RigidBot/Configuration_adv.h 查看文件

@@ -345,7 +345,7 @@
345 345
 // @section more
346 346
 
347 347
 // The hardware watchdog should reset the microcontroller disabling all outputs, in case the firmware gets stuck and doesn't do temperature regulation.
348
-//#define USE_WATCHDOG
348
+#define USE_WATCHDOG
349 349
 
350 350
 #if ENABLED(USE_WATCHDOG)
351 351
   // If you have a watchdog reboot in an ArduinoMega2560 then the device will hang forever, as a watchdog reset will leave the watchdog on.

+ 1
- 1
Marlin/example_configurations/SCARA/Configuration_adv.h 查看文件

@@ -345,7 +345,7 @@
345 345
 // @section more
346 346
 
347 347
 // The hardware watchdog should reset the microcontroller disabling all outputs, in case the firmware gets stuck and doesn't do temperature regulation.
348
-//#define USE_WATCHDOG
348
+#define USE_WATCHDOG
349 349
 
350 350
 #if ENABLED(USE_WATCHDOG)
351 351
   // If you have a watchdog reboot in an ArduinoMega2560 then the device will hang forever, as a watchdog reset will leave the watchdog on.

+ 1
- 1
Marlin/example_configurations/TAZ4/Configuration_adv.h 查看文件

@@ -352,7 +352,7 @@
352 352
 // @section more
353 353
 
354 354
 // The hardware watchdog should reset the microcontroller disabling all outputs, in case the firmware gets stuck and doesn't do temperature regulation.
355
-//#define USE_WATCHDOG
355
+#define USE_WATCHDOG
356 356
 
357 357
 #if ENABLED(USE_WATCHDOG)
358 358
   // If you have a watchdog reboot in an ArduinoMega2560 then the device will hang forever, as a watchdog reset will leave the watchdog on.

+ 1
- 1
Marlin/example_configurations/WITBOX/Configuration_adv.h 查看文件

@@ -345,7 +345,7 @@
345 345
 // @section more
346 346
 
347 347
 // The hardware watchdog should reset the microcontroller disabling all outputs, in case the firmware gets stuck and doesn't do temperature regulation.
348
-//#define USE_WATCHDOG
348
+#define USE_WATCHDOG
349 349
 
350 350
 #if ENABLED(USE_WATCHDOG)
351 351
   // If you have a watchdog reboot in an ArduinoMega2560 then the device will hang forever, as a watchdog reset will leave the watchdog on.

+ 1
- 1
Marlin/example_configurations/delta/biv2.5/Configuration_adv.h 查看文件

@@ -346,7 +346,7 @@
346 346
 // @section more
347 347
 
348 348
 // The hardware watchdog should reset the microcontroller disabling all outputs, in case the firmware gets stuck and doesn't do temperature regulation.
349
-//#define USE_WATCHDOG
349
+#define USE_WATCHDOG
350 350
 
351 351
 #if ENABLED(USE_WATCHDOG)
352 352
   // If you have a watchdog reboot in an ArduinoMega2560 then the device will hang forever, as a watchdog reset will leave the watchdog on.

+ 1
- 1
Marlin/example_configurations/delta/generic/Configuration_adv.h 查看文件

@@ -347,7 +347,7 @@
347 347
 // @section more
348 348
 
349 349
 // The hardware watchdog should reset the microcontroller disabling all outputs, in case the firmware gets stuck and doesn't do temperature regulation.
350
-//#define USE_WATCHDOG
350
+#define USE_WATCHDOG
351 351
 
352 352
 #if ENABLED(USE_WATCHDOG)
353 353
   // If you have a watchdog reboot in an ArduinoMega2560 then the device will hang forever, as a watchdog reset will leave the watchdog on.

+ 1
- 1
Marlin/example_configurations/delta/kossel_mini/Configuration_adv.h 查看文件

@@ -346,7 +346,7 @@
346 346
 // @section more
347 347
 
348 348
 // The hardware watchdog should reset the microcontroller disabling all outputs, in case the firmware gets stuck and doesn't do temperature regulation.
349
-//#define USE_WATCHDOG
349
+#define USE_WATCHDOG
350 350
 
351 351
 #if ENABLED(USE_WATCHDOG)
352 352
   // If you have a watchdog reboot in an ArduinoMega2560 then the device will hang forever, as a watchdog reset will leave the watchdog on.

+ 1
- 1
Marlin/example_configurations/delta/kossel_pro/Configuration_adv.h 查看文件

@@ -350,7 +350,7 @@
350 350
 // @section more
351 351
 
352 352
 // The hardware watchdog should reset the microcontroller disabling all outputs, in case the firmware gets stuck and doesn't do temperature regulation.
353
-//#define USE_WATCHDOG
353
+#define USE_WATCHDOG
354 354
 
355 355
 #if ENABLED(USE_WATCHDOG)
356 356
   // If you have a watchdog reboot in an ArduinoMega2560 then the device will hang forever, as a watchdog reset will leave the watchdog on.

+ 1
- 1
Marlin/example_configurations/makibox/Configuration_adv.h 查看文件

@@ -344,7 +344,7 @@
344 344
 // @section more
345 345
 
346 346
 // The hardware watchdog should reset the microcontroller disabling all outputs, in case the firmware gets stuck and doesn't do temperature regulation.
347
-//#define USE_WATCHDOG
347
+#define USE_WATCHDOG
348 348
 
349 349
 #if ENABLED(USE_WATCHDOG)
350 350
   // If you have a watchdog reboot in an ArduinoMega2560 then the device will hang forever, as a watchdog reset will leave the watchdog on.

+ 1
- 1
Marlin/example_configurations/tvrrug/Round2/Configuration_adv.h 查看文件

@@ -345,7 +345,7 @@
345 345
 // @section more
346 346
 
347 347
 // The hardware watchdog should reset the microcontroller disabling all outputs, in case the firmware gets stuck and doesn't do temperature regulation.
348
-//#define USE_WATCHDOG
348
+#define USE_WATCHDOG
349 349
 
350 350
 #if ENABLED(USE_WATCHDOG)
351 351
   // If you have a watchdog reboot in an ArduinoMega2560 then the device will hang forever, as a watchdog reset will leave the watchdog on.

正在加载...
取消
保存