MCPcopy Create free account
hub / github.com/BruceDevices/firmware / CmdPacket

Class CmdPacket

src/core/serialcmds.cpp:12–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10TaskHandle_t serialcmdsTaskHandle;
11
12struct CmdPacket {
13 char text[512]; // command size
14};
15bool parseSerialCommand(const String &command, bool waitForResponse) {
16 if (!cmdQueue || !rspQueue) {
17 Serial.println("Command or response queue not initialized");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected