We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 839b150 commit fdadadcCopy full SHA for fdadadc
libraries/ESP8266httpUpdate/src/ESP8266httpUpdate.h
@@ -53,7 +53,7 @@ class ESP8266HTTPUpdate {
53
t_httpUpdate_return update(const char * host, uint16_t port, const char * url = "/", const char * current_version = "", bool https = false, const char * httpsFingerprint = "");
54
t_httpUpdate_return update(String host, uint16_t port, String url = "/", String current_version = "", bool https = false, String httpsFingerprint = "");
55
56
- t_httpUpdate_return updateSpiffs(const char * url, const char * current_version, const char * httpsFingerprint);
+ t_httpUpdate_return updateSpiffs(const char * url, const char * current_version = "", const char * httpsFingerprint = "");
57
58
protected:
59
t_httpUpdate_return handleUpdate(HTTPClient * http, const char * current_version, bool reboot = true, bool spiffs = false);
0 commit comments