AP_Arming: OPTIONS parameter is a bitmask

This commit is contained in:
Iampete1 2024-03-10 16:04:37 +00:00 committed by Andrew Tridgell
parent e3af56eff5
commit 93de68e060
1 changed files with 1 additions and 1 deletions

View File

@ -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),