Skip to content

Commit 7e129bb

Browse files
author
Geoffroy Arenou
committed
Add AX12 command
1 parent f44578f commit 7e129bb

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/main.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -514,6 +514,10 @@ void TaskHandleCommand(void *pvParameters)
514514
// print(" ", led[0].green);
515515
// println(" ", led[0].blue);
516516
}
517+
if (cmd.cmd.startsWith("AX12"))
518+
{
519+
ServoAX12::HandleCommand(cmd);
520+
}
517521
}
518522
}
519523
catch (std::exception const &e)

0 commit comments

Comments
 (0)