MCPcopy Create free account
hub / github.com/Heltec-Aaron-Lee/WiFi_Kit_series / updateSpiffs

Method updateSpiffs

libraries/HTTPUpdate/src/HTTPUpdate.cpp:55–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55HTTPUpdateResult HTTPUpdate::updateSpiffs(HTTPClient &httpClient, const String &currentVersion, HTTPUpdateRequestCB requestCB) {
56 return handleUpdate(httpClient, currentVersion, U_SPIFFS, requestCB);
57}
58
59HTTPUpdateResult HTTPUpdate::updateFatfs(HTTPClient &httpClient, const String &currentVersion, HTTPUpdateRequestCB requestCB) {
60 return handleUpdate(httpClient, currentVersion, U_FATFS, requestCB);

Callers

nothing calls this directly

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected