From 40850b3e44bcb3932528b4312bdc708820e532ad Mon Sep 17 00:00:00 2001 From: klucsik Date: Fri, 29 Jun 2018 07:16:58 +0200 Subject: [PATCH] https fingerprint clue 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: