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

Function styleHandler

src/webInterface.cpp:578–581  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

576}
577
578esp_err_t styleHandler(httpd_req_t *req) {
579 serveWebUIFile(req, "text/css", true, style_css, style_css_size);
580 return ESP_OK;
581}
582
583esp_err_t rootHandler(httpd_req_t *req) {
584 if (req->method == HTTP_POST) {

Callers

nothing calls this directly

Calls 1

serveWebUIFileFunction · 0.85

Tested by

no test coverage detected