Copter: enable ground effect compensation by default
This commit is contained in:
parent
85a1f9e40d
commit
f8773e0bdc
@ -803,7 +803,7 @@ const AP_Param::GroupInfo ParametersG2::var_info[] = {
|
|||||||
// @Description: Ground Effect Compensation Enable/Disable
|
// @Description: Ground Effect Compensation Enable/Disable
|
||||||
// @Values: 0:Disabled,1:Enabled
|
// @Values: 0:Disabled,1:Enabled
|
||||||
// @User: Advanced
|
// @User: Advanced
|
||||||
AP_GROUPINFO("GND_EFFECT_COMP", 5, ParametersG2, gndeffect_comp_enabled, 0),
|
AP_GROUPINFO("GND_EFFECT_COMP", 5, ParametersG2, gndeffect_comp_enabled, 1),
|
||||||
|
|
||||||
#if ADVANCED_FAILSAFE == ENABLED
|
#if ADVANCED_FAILSAFE == ENABLED
|
||||||
// @Group: AFS_
|
// @Group: AFS_
|
||||||
|
Loading…
Reference in New Issue
Block a user