MCPcopy Create free account
hub / github.com/bmorcelli/Launcher / setWaitForAck

Method setWaitForAck

include/VectorDisplay.h:273–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

271 uint32_t textbgcolor = BLACK;
272
273 void setWaitForAck(bool wait) {
274 waitForAck = wait;
275 }
276
277 void setDelay(uint32_t delayMillis) {
278 delayTime = delayMillis;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected