mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
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
|
// @Param: OPTIONS
|
||||||
// @DisplayName: Arming options
|
// @DisplayName: Arming options
|
||||||
// @Description: Options that can be applied to change arming behaviour
|
// @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
|
// @User: Advanced
|
||||||
AP_GROUPINFO("OPTIONS", 9, AP_Arming, _arming_options, 0),
|
AP_GROUPINFO("OPTIONS", 9, AP_Arming, _arming_options, 0),
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user