Copter: adjust EKF_CHECK parameter description

Default has been changed to 0.8 for -rc9 so we need to update the
description values so they match
This commit is contained in:
Randy Mackay 2014-09-12 21:28:41 +09:00
parent d15a5f9dcb
commit 345d4353e5
1 changed files with 1 additions and 1 deletions

View File

@ -458,7 +458,7 @@ const AP_Param::Info var_info[] PROGMEM = {
// @Param: EKF_CHECK_THRESH
// @DisplayName: EKF and InertialNav check compass and velocity variance threshold
// @Description: Allows setting the maximum acceptable compass and velocity variance (0 to disable check)
// @Values: 0:Disabled, 0.6:Default, 1.0:Relaxed
// @Values: 0:Disabled, 0.8:Default, 1.0:Relaxed
// @User: Advanced
GSCALAR(ekfcheck_thresh, "EKF_CHECK_THRESH", EKFCHECK_THRESHOLD_DEFAULT),