Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Blueforcer/awtrix3
/ checkUpdateNoReturn
Function
checkUpdateNoReturn
src/UpdateManager.cpp:160–164 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
158
}
159
160
void checkUpdateNoReturn()
161
{
162
Serial.println(
"Check Update"
);
163
UpdateManager.getInstance().checkUpdate(false);
164
}
165
166
void UpdateManager_::setup()
167
{
Callers
nothing calls this directly
Calls
1
checkUpdate
Method · 0.80
Tested by
no test coverage detected