mirror of https://github.com/ArduPilot/ardupilot
AC_Sprayer: set param "Enable" to be FLAG_ENABLE
This commit is contained in:
parent
ccb0151816
commit
dd5ed7e2e0
|
@ -13,7 +13,7 @@ const AP_Param::GroupInfo AC_Sprayer::var_info[] = {
|
||||||
// @Description: Allows you to enable (1) or disable (0) the sprayer
|
// @Description: Allows you to enable (1) or disable (0) the sprayer
|
||||||
// @Values: 0:Disabled,1:Enabled
|
// @Values: 0:Disabled,1:Enabled
|
||||||
// @User: Standard
|
// @User: Standard
|
||||||
AP_GROUPINFO("ENABLE", 0, AC_Sprayer, _enabled, 0),
|
AP_GROUPINFO_FLAGS("ENABLE", 0, AC_Sprayer, _enabled, 0, AP_PARAM_FLAG_ENABLE),
|
||||||
|
|
||||||
// @Param: PUMP_RATE
|
// @Param: PUMP_RATE
|
||||||
// @DisplayName: Pump speed
|
// @DisplayName: Pump speed
|
||||||
|
|
Loading…
Reference in New Issue