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

Method updateFatfs

libraries/HTTPUpdate/src/HTTPUpdate.cpp:59–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59HTTPUpdateResult HTTPUpdate::updateFatfs(HTTPClient &httpClient, const String &currentVersion, HTTPUpdateRequestCB requestCB) {
60 return handleUpdate(httpClient, currentVersion, U_FATFS, requestCB);
61}
62
63HTTPUpdateResult HTTPUpdate::updateLittlefs(HTTPClient &httpClient, const String &currentVersion, HTTPUpdateRequestCB requestCB) {
64 return handleUpdate(httpClient, currentVersion, U_LITTLEFS, requestCB);

Callers

nothing calls this directly

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected