Airspeed params: change default for ASPD_SCALE_APPLY to 2

This commit is contained in:
fury1895
2022-06-09 16:56:57 +02:00
committed by Silvan Fuhrer
parent f15eb91814
commit 283aad01fd
@@ -83,7 +83,7 @@ PARAM_DEFINE_INT32(ASPD_BETA_GATE, 1);
* @value 2 Apply the estimated scale in air * @value 2 Apply the estimated scale in air
* @group Airspeed Validator * @group Airspeed Validator
*/ */
PARAM_DEFINE_INT32(ASPD_SCALE_APPLY, 1); PARAM_DEFINE_INT32(ASPD_SCALE_APPLY, 2);
/** /**
* Scale of airspeed sensor 1 * Scale of airspeed sensor 1