Changed default for motorConnected and updated manual
Test And Build / Lint (push) Failing after 3s
Test And Build / Build (push) Failing after 5s

This commit is contained in:
2026-01-20 11:43:26 +01:00
parent 7e7b8f486c
commit 5efb94f83e
6 changed files with 28 additions and 8 deletions
-2
View File
@@ -429,8 +429,6 @@ asynStatus masterMacsController::parseResponse(
getAxisParamChecked(axis, motorConnected, &prevConnected);
}
// We don't use strlen here since the C string terminator 0x00
// occurs in the middle of the char array.
for (uint32_t i = 0; i < MAXBUF_; i++) {
if (fullResponse[i] == '\x19') {
responseStart = i;