Skip to content

Commit

Permalink
https fingerprint clue (#4863)
Browse files Browse the repository at this point in the history
Adding a clue on the https part that yo will definitely need the fingerprint. 
(My first commit)
  • Loading branch information
klucsik authored and devyte committed Jul 3, 2018
1 parent d580f40 commit b126a9c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b126a9c

Please sign in to comment.