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

Function _serialCmdsTaskLoop

src/core/serialcmds.cpp:56–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56void _serialCmdsTaskLoop(void *pvParameters) {
57 Serial.begin(115200);
58 while (1) {
59 handleSerialCommands(serialCli);
60 vTaskDelay(pdMS_TO_TICKS(10));
61 }
62}
63
64void startSerialCommandsHandlerTask(bool initQueues) {
65 if (initQueues) {

Callers

nothing calls this directly

Calls 2

handleSerialCommandsFunction · 0.85
beginMethod · 0.45

Tested by

no test coverage detected