mirror of https://github.com/ArduPilot/ardupilot
Copter: rename EKF_CHECK_THRESH parameter
This commit is contained in:
parent
bc3c85be20
commit
226e42f1d7
|
@ -451,7 +451,7 @@ const AP_Param::Info var_info[] PROGMEM = {
|
|||
// @Description: Allows setting the maximum acceptable compass and velocity variance (0 to disable check)
|
||||
// @Values: 0:Disabled, 0.6:Default, 1.0:Relaxed
|
||||
// @User: Advanced
|
||||
GSCALAR(ekfcheck_thresh, "EKFCHECK_THRESH", EKFCHECK_THRESHOLD_DEFAULT),
|
||||
GSCALAR(ekfcheck_thresh, "EKF_CHECK_THRESH", EKFCHECK_THRESHOLD_DEFAULT),
|
||||
|
||||
#if FRAME_CONFIG == HELI_FRAME
|
||||
// @Group: HS1_
|
||||
|
|
Loading…
Reference in New Issue