Solar Array Deployment Update #305

Merged
muellerr merged 36 commits from mueller/solar-array-depl-autonomous into develop 2022-10-17 10:26:10 +02:00
Showing only changes of commit b783e9865e - Show all commits

View File

@ -278,6 +278,7 @@ bool SolarArrayDeploymentHandler::startFsmOn(uint32_t burnCountdown_, bool dryRu
fsmInfo.onOff = true;
fsmInfo.dryRun = dryRun;
fsmInfo.burnCountdown = burnCountdown_;
stateMachine = StateMachine::MAIN_POWER_ON;
retryCounter = 0;
return true;
}