MCPcopy Create free account
hub / github.com/SmingHub/Sming / startWebClock

Function startWebClock

samples/MeteoControl/app/application.cpp:170–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168} // namespace
169
170void startWebClock()
171{
172 lastClockUpdate = 0;
173 clockRefresher.initializeMs<500>(refreshClockTime).start();
174}
175
176void init()
177{

Callers 2

onConfigurationFunction · 0.85
gotIPFunction · 0.85

Calls 1

startMethod · 0.45

Tested by

no test coverage detected