This commit is contained in:
parent
773747dd54
commit
f9ee01b02d
@ -153,11 +153,9 @@ bool SolarArrayDeploymentHandler::autonomousDeplForFile(const char* filename, bo
|
|||||||
if (stateSwitch) {
|
if (stateSwitch) {
|
||||||
if (deplState == AutonomousDeplState::FIRST_BURN or
|
if (deplState == AutonomousDeplState::FIRST_BURN or
|
||||||
deplState == AutonomousDeplState::SECOND_BURN) {
|
deplState == AutonomousDeplState::SECOND_BURN) {
|
||||||
// TODO: Update whole procedure to work for both channels
|
|
||||||
startFsmOn(config::SA_DEPL_BURN_TIME_SECS, dryRun);
|
startFsmOn(config::SA_DEPL_BURN_TIME_SECS, dryRun);
|
||||||
} else if (deplState == AutonomousDeplState::WAIT or deplState == AutonomousDeplState::DONE) {
|
} else if (deplState == AutonomousDeplState::WAIT or deplState == AutonomousDeplState::DONE) {
|
||||||
startFsmOff();
|
startFsmOff();
|
||||||
// startFsm(false, false);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (stateSwitch or updateUptime) {
|
if (stateSwitch or updateUptime) {
|
||||||
|
Loading…
Reference in New Issue
Block a user