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

Function pingHandler

src/webInterface.cpp:455–459  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

453}
454
455esp_err_t pingHandler(httpd_req_t *req) {
456 launcherConsolePrintln("WebUI /ping");
457 sendText(req, "text/plain", "launcher-pong");
458 return ESP_OK;
459}
460
461esp_err_t loginHandler(httpd_req_t *req) {
462 WebParamMap params = readParams(req);

Callers

nothing calls this directly

Calls 2

launcherConsolePrintlnFunction · 0.85
sendTextFunction · 0.85

Tested by

no test coverage detected