1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-19 23:22:16 +03:00

https fingerprint clue (#4863)

Adding a clue on the https part that yo will definitely need the fingerprint. 
(My first commit)
This commit is contained in:
klucsik 2018-07-03 06:40:50 +02:00 committed by Develo
parent d580f40e44
commit b126a9c526

View File

@ -42,7 +42,7 @@ void loop() {
if ((WiFiMulti.run() == WL_CONNECTED)) {
t_httpUpdate_return ret = ESPhttpUpdate.update("http://server/file.bin");
//t_httpUpdate_return ret = ESPhttpUpdate.update("https://server/file.bin");
//t_httpUpdate_return ret = ESPhttpUpdate.update("https://server/file.bin", "", "fingerprint");
switch (ret) {
case HTTP_UPDATE_FAILED: