SCEX bugfix #799

Merged
meggert merged 5 commits from scex-bugfix into main 2023-10-11 14:16:26 +02:00
53 changed files with 47 additions and 1163 deletions
Showing only changes of commit d1e0d74072 - Show all commits

View File

@@ -273,7 +273,7 @@ ReturnValue_t ScexDeviceHandler::interpretDeviceReply(DeviceCommandId_t id, cons
// Unknown DeviceCommand
return DeviceHandlerIF::COMMAND_NOT_IMPLEMENTED;
}
if (helper.getPacketCounter() == helper.getTotalPacketCounter()) {
if (helper.getPacketCounter() >= helper.getTotalPacketCounter()) {
reader.finish();
commandActive = false;
if (id != PING) {

2
tmtc

Submodule tmtc updated: 22a42108b4...9711dd9242