v1.15.0 #311
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user