PLOC SUPV extensions #821

Merged
muellerr merged 45 commits from ploc-supv-extensions into main 2023-11-29 14:52:09 +01:00
Showing only changes of commit b1ddf1d4fd - Show all commits

View File

@ -522,6 +522,7 @@ void FreshSupvHandler::handleTransitionToOff() {
hkSet.setReportingEnabled(false);
hkSet.setValidity(false, true);
uartManager->stop();
activeActionCmds.clear();
uartIsolatorSwitch.pullLow();
switchIF.sendSwitchCommand(switchId, PowerSwitchIF::SWITCH_OFF);
shutdownState = ShutdownState::POWER_SWITCHING;