Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bmorcelli/Launcher
/ setDelay
Method
setDelay
include/VectorDisplay.h:277–280 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
275
}
276
277
void setDelay(uint32_t delayMillis) {
278
delayTime = delayMillis;
279
lastSend = vectorDisplayMillis();
280
}
281
282
virtual void remoteFlush() {
283
/*while(remoteAvailable())
Callers
nothing calls this directly
Calls
1
vectorDisplayMillis
Function · 0.85
Tested by
no test coverage detected