Possible Bugfix for Duallane Swichting #545

Merged
muellerr merged 6 commits from possible_bugfix_duallane_power_switching into develop 2023-04-01 13:43:37 +02:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit e365e03c2a - Show all commits

View File

@@ -123,6 +123,7 @@ ReturnValue_t AcsBoardAssembly::handleNormalOrOnModeCmd(Mode_t mode, Submode_t s
// TODO: Ugly hack. The base class should support arbitrary number of steps..
needsSecondStep = true;
} else if (sideSwitchState == SideSwitchState::DISABLE_OTHER_SIDE) {
dualToSingleSideTransition = true;
submode = targetSubmodeForSideSwitch;
}
auto cmdSeq = [&](object_id_t objectId, Mode_t devMode, ModeTableIdx tableIdx) {

2
tmtc

Submodule tmtc updated: aab50dce5a...5b613f98ee