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

Method updateFs

libraries/HTTPUpdate/src/HTTPUpdate.cpp:51–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51HTTPUpdateResult HTTPUpdate::updateFs(HTTPClient &httpClient, const String &currentVersion, HTTPUpdateRequestCB requestCB) {
52 return handleUpdate(httpClient, currentVersion, U_FLASHFS, requestCB);
53}
54
55HTTPUpdateResult HTTPUpdate::updateSpiffs(HTTPClient &httpClient, const String &currentVersion, HTTPUpdateRequestCB requestCB) {
56 return handleUpdate(httpClient, currentVersion, U_SPIFFS, requestCB);

Callers

nothing calls this directly

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected