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
Add message to info output when in SAFE MODE
i18n
Xose Pérez
6 years ago
parent
7b07b2bec6
commit
1269d33a7d
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
code/espurna/espurna.ino
+ 3
- 0
code/espurna/espurna.ino
View File
@ -272,6 +272,9 @@ void welcome() {
#
endif
DEBUG_MSG_P
(
PSTR
(
"
[INIT] Power saving delay value: %lu ms
\n
"
)
,
_loopDelay
)
;
if
(
!
systemCheck
(
)
)
DEBUG_MSG_P
(
PSTR
(
"
\n
[INIT] Device is in SAFE MODE
\n
"
)
)
;
DEBUG_MSG_P
(
PSTR
(
"
\n
"
)
)
;
}
Write
Preview
Loading…
Cancel
Save