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

Function loggedOutHandler

src/webInterface.cpp:505–512  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

503}
504
505esp_err_t loggedOutHandler(httpd_req_t *req) {
506#ifdef PART_04MB
507 sendText(req, "text/html", "");
508#else
509 serveWebUIFile(req, "text/html", true, logout_html, logout_html_size);
510#endif
511 return ESP_OK;
512}
513
514esp_err_t updateFromSdHandler(httpd_req_t *req) {
515 if (!checkUserWebAuth(req)) return ESP_OK;

Callers

nothing calls this directly

Calls 2

sendTextFunction · 0.85
serveWebUIFileFunction · 0.85

Tested by

no test coverage detected