Browse Source

nofuss: custom reset reason

master
Maxim Prokhorov 5 years ago
parent
commit
c43efc7dee
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      code/espurna/nofuss.ino

+ 1
- 0
code/espurna/nofuss.ino View File

@ -153,6 +153,7 @@ void nofussSetup() {
#endif
// TODO: NoFUSS will reset the board after this callback returns.
// Maybe this should be optional
customResetReason(CUSTOM_RESET_NOFUSS);
nice_delay(100);
}


Loading…
Cancel
Save