Health handling for SUS assy #418

Merged
muellerr merged 5 commits from bugfix_sus_brd_assy into develop 2023-03-02 18:26:56 +01:00
Showing only changes of commit 7288a5edbd - Show all commits

View File

@ -37,7 +37,7 @@ void SusHandler::doShutDown() {
updatePeriodicReply(false, REPLY);
commandExecuted = false;
internalState = InternalState::NONE;
setMode(_MODE_POWER_DOWN);
setMode(MODE_OFF);
}
}