MCPcopy Create free account
hub / github.com/bmorcelli/Launcher / otaFileHandler

Function otaFileHandler

src/webInterface.cpp:568–571  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

566}
567
568esp_err_t otaFileHandler(httpd_req_t *req) {
569 streamMultipartUpload(req);
570 return ESP_OK;
571}
572
573esp_err_t scriptsHandler(httpd_req_t *req) {
574 serveWebUIFile(req, "application/javascript", true, scripts_js, scripts_js_size);

Callers

nothing calls this directly

Calls 1

streamMultipartUploadFunction · 0.85

Tested by

no test coverage detected