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
yield after handling OTA request
refactor-terminal
Max Prokhorov
5 years ago
parent
0fee277d01
commit
874986f716
1 changed files
with
1 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
code/espurna/ota.ino
+ 1
- 0
code/espurna/ota.ino
View File
@ -118,6 +118,7 @@ void _otaFrom(const char * host, unsigned int port, const char * url) {
_ota_size
+
=
len
;
_ota_size
+
=
len
;
DEBUG_MSG_P
(
PSTR
(
"
[OTA] Progress: %u bytes
\r
"
)
,
_ota_size
)
;
DEBUG_MSG_P
(
PSTR
(
"
[OTA] Progress: %u bytes
\r
"
)
,
_ota_size
)
;
delay
(
0
)
;
}
,
NULL
)
;
}
,
NULL
)
;
Write
Preview
Loading…
Cancel
Save