str transition fixes #498

Merged
muellerr merged 9 commits from bugfix_str_mode_transitions into develop 2023-03-20 17:56:11 +01:00
Showing only changes of commit d8f84ed00d - Show all commits

View File

@ -275,6 +275,7 @@ void StarTrackerHandler::doStartUp() {
void StarTrackerHandler::doShutDown() { void StarTrackerHandler::doShutDown() {
// If the star tracker is shutdown also stop all running processes in the image loader task // If the star tracker is shutdown also stop all running processes in the image loader task
strHelper->stopProcess(); strHelper->stopProcess();
boot = false;
setMode(_MODE_POWER_DOWN); setMode(_MODE_POWER_DOWN);
} }