Small SCEX fix #761

Merged
muellerr merged 3 commits from small-scex-fix into main 2023-08-01 09:08:26 +02:00
3 changed files with 7 additions and 2 deletions

View File

@ -16,6 +16,11 @@ will consitute of a breaking change warranting a new major release:
# [unreleased]
## Fixed
- Small SCEX fix: The temperatur check option was not passed
on for commands with a user data size larger than 1.
# [v6.2.0] 2023-07-26
- `eive-tmtc`: v5.3.1

View File

@ -47,7 +47,7 @@ ReturnValue_t ScexDeviceHandler::buildCommandFromCommand(DeviceCommandId_t devic
return DeviceHandlerIF::COMMAND_NOT_IMPLEMENTED;
}
bool tempCheck = false;
if (commandDataLen == 1) {
if (commandDataLen >= 1) {
tempCheck = commandData[0];
}
if (commandActive) {

2
tmtc

@ -1 +1 @@
Subproject commit cbcc06ede704d36e1558aae922092470fee5ff66
Subproject commit ab770a0057258cc399072477a42eb0253d919aba