mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
Copter: add Bitmask param description for PILOT_THR_BHV
This commit is contained in:
parent
2c5f9422d4
commit
dc2ec5db18
@ -96,6 +96,7 @@ const AP_Param::Info Copter::var_info[] = {
|
|||||||
// @Description: Bitmask containing various throttle stick options. Add up the values for options that you want.
|
// @Description: Bitmask containing various throttle stick options. Add up the values for options that you want.
|
||||||
// @User: Standard
|
// @User: Standard
|
||||||
// @Values: 0:None,1:Feedback from mid stick,2:High throttle cancels landing
|
// @Values: 0:None,1:Feedback from mid stick,2:High throttle cancels landing
|
||||||
|
// @Bitmask: 0:Feedback from mid stick,1:High throttle cancels landing
|
||||||
GSCALAR(throttle_behavior, "PILOT_THR_BHV", 0),
|
GSCALAR(throttle_behavior, "PILOT_THR_BHV", 0),
|
||||||
|
|
||||||
// @Group: SERIAL
|
// @Group: SERIAL
|
||||||
|
Loading…
Reference in New Issue
Block a user