small tweak
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good

This commit is contained in:
2023-03-20 15:17:34 +01:00
parent b516f12a61
commit d8f84ed00d

View File

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