SOFT_RESET_VIA_SERIAL, SOFT_RESET_ON_KILL

MarlinFirmware/Marlin#21652
This commit is contained in:
Scott Lahteine 2021-04-24 01:37:42 -05:00
parent 25a88af3d2
commit ed993c6552
237 changed files with 1422 additions and 0 deletions

View file

@ -3978,3 +3978,9 @@
* a crash from a remote location. Requires ~400 bytes of SRAM and 5Kb of flash.
*/
//#define POSTMORTEM_DEBUGGING
/**
* Software Reset options
*/
//#define SOFT_RESET_VIA_SERIAL // 'KILL' and '^X' commands will soft-reset the controller
//#define SOFT_RESET_ON_KILL // Use a digital button to soft-reset the controller after KILL