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

This commit is contained in:
Robin Müller 2022-10-13 17:35:57 +02:00
parent 773747dd54
commit f9ee01b02d
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814

View File

@ -153,11 +153,9 @@ bool SolarArrayDeploymentHandler::autonomousDeplForFile(const char* filename, bo
if (stateSwitch) {
if (deplState == AutonomousDeplState::FIRST_BURN or
deplState == AutonomousDeplState::SECOND_BURN) {
// TODO: Update whole procedure to work for both channels
startFsmOn(config::SA_DEPL_BURN_TIME_SECS, dryRun);
} else if (deplState == AutonomousDeplState::WAIT or deplState == AutonomousDeplState::DONE) {
startFsmOff();
// startFsm(false, false);
}
}
if (stateSwitch or updateUptime) {