Closed evanmayer closed 2 months ago
We need to allow CommandData.disable_az and CommandData.disable_el to be on by default before flight.
CommandData.disable_az
CommandData.disable_el
CommandData.disable_az = 0; CommandData.disable_el = 0;
These are overwritten if a prev_status file exists.
prev_status
meh.
az_on
el_on
Task
We need to allow
CommandData.disable_az
andCommandData.disable_el
to be on by default before flight.Acceptance
Details
These are overwritten if a
prev_status
file exists.