COM error event

This commit is contained in:
2023-07-13 21:09:27 +02:00
parent 7870a2015e
commit 9a451e3d5f
14 changed files with 48 additions and 14 deletions

View File

@ -957,6 +957,5 @@ ReturnValue_t AutoThreshold::createCommand(uint8_t* buffer) {
return result;
}
addfloat(param, buffer + offset);
offset += 4;
return returnvalue::OK;
}