From b126a9c5269709ee0e8eb2739f08490b166be521 Mon Sep 17 00:00:00 2001 From: klucsik Date: Tue, 3 Jul 2018 06:40:50 +0200 Subject: [PATCH] https fingerprint clue (#4863) Adding a clue on the https part that yo will definitely need the fingerprint. (My first commit) --- libraries/ESP8266httpUpdate/examples/httpUpdate/httpUpdate.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/ESP8266httpUpdate/examples/httpUpdate/httpUpdate.ino b/libraries/ESP8266httpUpdate/examples/httpUpdate/httpUpdate.ino index bb7cf0c2fd..dcfaee5a5a 100644 --- a/libraries/ESP8266httpUpdate/examples/httpUpdate/httpUpdate.ino +++ b/libraries/ESP8266httpUpdate/examples/httpUpdate/httpUpdate.ino @@ -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: