use transition mode
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good

This commit is contained in:
Robin Müller 2022-03-25 15:49:39 +01:00
parent 184ce2917d
commit 0937697637
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814

View File

@ -29,7 +29,7 @@ void PayloadPcduHandler::doStartUp() {
// TODO: Handle switching power on here
// TODO: Go to on mode here instead, indicating that the power is on
// We are now in ON mode
setMode(MODE_ON);
setMode(_MODE_TO_ON);
}
void PayloadPcduHandler::stateMachineToNormal(Mode_t modeFrom, Submode_t subModeFrom) {