mirror of https://github.com/ArduPilot/ardupilot
AP_Arming: OPTIONS parameter is a bitmask
This commit is contained in:
parent
e3af56eff5
commit
93de68e060
|
@ -142,7 +142,7 @@ const AP_Param::GroupInfo AP_Arming::var_info[] = {
|
|||
// @Param: OPTIONS
|
||||
// @DisplayName: Arming options
|
||||
// @Description: Options that can be applied to change arming behaviour
|
||||
// @Values: 0:None,1:Disable prearm display,2:Do not send status text on state change
|
||||
// @Bitmask: 0:Disable prearm display,1:Do not send status text on state change
|
||||
// @User: Advanced
|
||||
AP_GROUPINFO("OPTIONS", 9, AP_Arming, _arming_options, 0),
|
||||
|
||||
|
|
Loading…
Reference in New Issue