Skip to content

Commit b126a9c

Browse files
klucsikdevyte
authored andcommitted
https fingerprint clue (#4863)
Adding a clue on the https part that yo will definitely need the fingerprint. (My first commit)
1 parent d580f40 commit b126a9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/ESP8266httpUpdate/examples/httpUpdate/httpUpdate.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ void loop() {
4242
if ((WiFiMulti.run() == WL_CONNECTED)) {
4343

4444
t_httpUpdate_return ret = ESPhttpUpdate.update("http://server/file.bin");
45-
//t_httpUpdate_return ret = ESPhttpUpdate.update("https://server/file.bin");
45+
//t_httpUpdate_return ret = ESPhttpUpdate.update("https://server/file.bin", "", "fingerprint");
4646

4747
switch (ret) {
4848
case HTTP_UPDATE_FAILED:

0 commit comments

Comments
 (0)