bump PL PCDU handler
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
EIVE/eive-obsw/pipeline/pr-main This commit looks good

This commit is contained in:
2023-10-23 17:28:20 +02:00
parent c67a9fa2c2
commit 70747e1864
2 changed files with 2 additions and 1 deletions

View File

@ -727,6 +727,7 @@ ReturnValue_t PayloadPcduHandler::handleDoubleParamUpdate(std::string key,
if (result != returnvalue::OK) {
return result;
}
params.setValue(key, newValue);
// Do this so the dumping and loading with the framework works as well
doubleDummy = newValue;
parameterWrapper->set(doubleDummy);

2
tmtc

Submodule tmtc updated: 70c3f9dcaa...b45b0b2271