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
Fix HTTPS support with OTA_CLIENT_HTTPUPDATE (
#1894
)
master
Niek van der Maas
5 years ago
committed by
Max Prokhorov
parent
1cb141d710
commit
ad2188cc0b
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
code/espurna/ota_httpupdate.ino
+ 1
- 1
code/espurna/ota_httpupdate.ino
View File
@ -186,7 +186,7 @@ void _otaClientFrom(const String& url) {
return
;
}
#
if SECURE_CLIENT
_SUPPORT
#
if SECURE_CLIENT
!= SECURE_CLIENT_NONE
if
(
url
.
startsWith
(
"
https://
"
)
)
{
_otaClientFromHttps
(
url
)
;
return
;
Write
Preview
Loading…
Cancel
Save