|
ESP8266
|
This is the complete list of members for ESP8266HTTPUpdate, including all inherited members.
| ESP8266HTTPUpdate(void) | ESP8266HTTPUpdate | |
| getLastError(void) | ESP8266HTTPUpdate | |
| getLastErrorString(void) | ESP8266HTTPUpdate | |
| handleUpdate(HTTPClient *http, const char *current_version, bool reboot=true, bool spiffs=false) | ESP8266HTTPUpdate | protected |
| lastError | ESP8266HTTPUpdate | protected |
| runUpdate(Stream &in, uint32_t size, String md5, int command=U_FLASH) | ESP8266HTTPUpdate | protected |
| update(const char *url, const char *current_version="", const char *httpsFingerprint="", bool reboot=true) | ESP8266HTTPUpdate | |
| update(const char *host, uint16_t port, const char *url="/", const char *current_version="", bool https=false, const char *httpsFingerprint="", bool reboot=true) | ESP8266HTTPUpdate | |
| update(String host, uint16_t port, String url="/", String current_version="", bool https=false, String httpsFingerprint="", bool reboot=true) | ESP8266HTTPUpdate | |
| updateSpiffs(const char *url, const char *current_version="", const char *httpsFingerprint="", bool reboot=false) | ESP8266HTTPUpdate | |
| ~ESP8266HTTPUpdate(void) | ESP8266HTTPUpdate |
1.8.10