Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d580f40 commit b126a9cCopy full SHA for b126a9c
libraries/ESP8266httpUpdate/examples/httpUpdate/httpUpdate.ino
@@ -42,7 +42,7 @@ void loop() {
42
if ((WiFiMulti.run() == WL_CONNECTED)) {
43
44
t_httpUpdate_return ret = ESPhttpUpdate.update("http://server/file.bin");
45
- //t_httpUpdate_return ret = ESPhttpUpdate.update("https://server/file.bin");
+ //t_httpUpdate_return ret = ESPhttpUpdate.update("https://server/file.bin", "", "fingerprint");
46
47
switch (ret) {
48
case HTTP_UPDATE_FAILED:
0 commit comments