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