STR extensions #798

Merged
muellerr merged 32 commits from str-extensions into main 2023-10-27 13:50:13 +02:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 964d47b909 - Show all commits

View File

@ -957,6 +957,7 @@ void StarTrackerHandler::addSecondaryTmForNormalMode(DeviceCommandId_t cmd) {
void StarTrackerHandler::resetSecondaryTmSet() {
additionalRequestedTm.clear();
additionalRequestedTm.emplace(startracker::REQ_TEMPERATURE);
currentSecondaryTmIter = additionalRequestedTm.begin();
{
PoolReadGuard pg(&autoBlobSet);
if (pg.getReadResult() == returnvalue::OK) {

2
tmtc

@ -1 +1 @@
Subproject commit 97b529318dbc654ec55fd765f892bff212918f39
Subproject commit d9530271c38f8c81d6c5f3f11c6f3532085141e3