STR tweaks parameter update #544

Merged
muellerr merged 5 commits from str_tweaks_param_update into develop 2023-04-01 15:23:44 +02:00
Showing only changes of commit da36160f6e - Show all commits

View File

@ -1705,6 +1705,9 @@ ReturnValue_t StarTrackerHandler::prepareParamCommand(const uint8_t* commandData
}
if(reinitSet) {
result = paramSet.init(paramJsonFile);
if(result != returnvalue::OK) {
return result;
}
}
result = paramSet.create(commandBuffer);