mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-23 00:04:02 -04:00
Plane: fixed issue with preflight flaps. Flaps now go down in preflight mode
This commit is contained in:
parent
41c9cace68
commit
296b279f0d
@ -1078,6 +1078,9 @@ void Plane::set_servos(void)
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
if (in_preLaunch_flight_stage()) {
|
||||||
|
auto_flap_percent = g.takeoff_flap_percent;
|
||||||
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user