This website works better with JavaScript.
Home
Explore
Help
Sign In
mh
/
mhsw-espurna
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
nofuss: custom reset reason
master
Maxim Prokhorov
5 years ago
parent
5e0ec8613b
commit
c43efc7dee
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
)
;
}
Write
Preview
Loading…
Cancel
Save