more robust code
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good

This commit is contained in:
2023-08-02 13:40:37 +02:00
parent 0bbcfb34e8
commit a88725070b
2 changed files with 2 additions and 1 deletions

View File

@ -65,6 +65,7 @@ void PayloadPcduHandler::doShutDown() {
return;
}
state = States::PL_PCDU_OFF;
quickTransitionAlreadyCalled = false;
// No need to set mode _MODE_POWER_DOWN, power switching was already handled
setMode(MODE_OFF);
}