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

This commit is contained in:
Robin Müller 2023-03-20 15:17:34 +01:00
parent b516f12a61
commit d8f84ed00d
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814

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);
}