Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
65
void saveHandler()
66
{
67
WebServerClass *webRequest = mws.getRequest();
68
ServerManager.getInstance().loadSettings();
69
webRequest->send(200);
70
}
71
72
void addHandler()
73
{
Callers
nothing calls this directly
Calls
2
getRequest
Method · 0.80
loadSettings
Method · 0.80
Tested by
no test coverage detected