Added new payload PST
Some checks failed
EIVE/eive-obsw/pipeline/pr-main There was a failure building this commit

This commit is contained in:
2023-11-14 13:25:53 +01:00
parent bd4449d7dd
commit bb20def961
11 changed files with 39 additions and 13 deletions

View File

@ -82,7 +82,7 @@ void FreshSupvHandler::performDeviceOperation(uint8_t opCode) {
}
}
}
} else if (opCode == OpCode::HANDLE_ACTIVE_CMDS) {
} else if (opCode == OpCode::PARSE_TM) {
std::vector<ActionId_t> cmdsToRemove;
for (auto& activeCmd : activeActionCmds) {
if (activeCmd.second.cmdCountdown.hasTimedOut()) {