MCPcopy Create free account
hub / github.com/UtilitechAS/amsreader-firmware / configFilePost

Method configFilePost

lib/SvelteUi/src/AmsWebServer.cpp:2711–2719  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2709}
2710
2711void AmsWebServer::configFilePost() {
2712 snprintf_P(buf, BufferSize, RESPONSE_JSON,
2713 "true",
2714 "",
2715 performRestart ? "true" : "false"
2716 );
2717 server.setContentLength(strlen(buf));
2718 server.send(200, MIME_JSON, buf);
2719}
2720
2721void AmsWebServer::configFileUpload() {
2722 if(!checkSecurity(1))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected