diff --git a/code/espurna/nofuss.ino b/code/espurna/nofuss.ino index 5c6568a4..e6fed563 100644 --- a/code/espurna/nofuss.ino +++ b/code/espurna/nofuss.ino @@ -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); }