mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_Parachute: set param "Enable" to be FLAG_ENABLE
This commit is contained in:
parent
b1ef848de6
commit
ebe829614d
@ -16,7 +16,7 @@ const AP_Param::GroupInfo AP_Parachute::var_info[] = {
|
|||||||
// @Description: Parachute release enabled or disabled
|
// @Description: Parachute release enabled or disabled
|
||||||
// @Values: 0:Disabled,1:Enabled
|
// @Values: 0:Disabled,1:Enabled
|
||||||
// @User: Standard
|
// @User: Standard
|
||||||
AP_GROUPINFO("ENABLED", 0, AP_Parachute, _enabled, 0),
|
AP_GROUPINFO_FLAGS("ENABLED", 0, AP_Parachute, _enabled, 0, AP_PARAM_FLAG_ENABLE),
|
||||||
|
|
||||||
// @Param: TYPE
|
// @Param: TYPE
|
||||||
// @DisplayName: Parachute release mechanism type (relay or servo)
|
// @DisplayName: Parachute release mechanism type (relay or servo)
|
||||||
|
Loading…
Reference in New Issue
Block a user