mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 15:23:57 -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.
|
||||
// @User: Standard
|
||||
// @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),
|
||||
|
||||
// @Group: SERIAL
|
||||
|
Loading…
Reference in New Issue
Block a user