MCPcopy Create free account
hub / github.com/Blueforcer/awtrix3 / saveHandler

Function saveHandler

src/ServerManager.cpp:65–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65void saveHandler()
66{
67 WebServerClass *webRequest = mws.getRequest();
68 ServerManager.getInstance().loadSettings();
69 webRequest->send(200);
70}
71
72void addHandler()
73{

Callers

nothing calls this directly

Calls 2

getRequestMethod · 0.80
loadSettingsMethod · 0.80

Tested by

no test coverage detected