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
Small fix in a debug message in OTA module
i18n
Xose Pérez
6 years ago
parent
b51ffc29a6
commit
8fbd63dea9
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
code/espurna/ota.ino
+ 2
- 1
code/espurna/ota.ino
View File
@ -37,7 +37,8 @@ void otaSetup() {
}
)
;
ArduinoOTA
.
onEnd
(
[
]
(
)
{
DEBUG_MSG_P
(
PSTR
(
"
\n
[OTA] End
\n
"
)
)
;
DEBUG_MSG_P
(
PSTR
(
"
\n
"
)
)
;
DEBUG_MSG_P
(
PSTR
(
"
[OTA] End
\n
"
)
)
;
#
if WEB_SUPPORT
wsSend_P
(
PSTR
(
"
{
\"
action
\"
:
\"
reload
\"
}
"
)
)
;
#
endif
Write
Preview
Loading…
Cancel
Save