OPTIBOOT_RESET_REASON

MarlinFirmware/Marlin#23075
This commit is contained in:
Scott Lahteine 2021-11-04 05:19:09 -05:00
parent 29f1f5c613
commit 073db3b253
262 changed files with 786 additions and 0 deletions

View file

@ -4228,3 +4228,6 @@
*/
//#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
// Report uncleaned reset reason from register r2 instead of MCUSR. Supported by Optiboot on AVR.
//#define OPTIBOOT_RESET_REASON