mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Airspeed params: change default for ASPD_SCALE_APPLY to 2
This commit is contained in:
parent
f15eb91814
commit
283aad01fd
@ -83,7 +83,7 @@ PARAM_DEFINE_INT32(ASPD_BETA_GATE, 1);
|
||||
* @value 2 Apply the estimated scale in air
|
||||
* @group Airspeed Validator
|
||||
*/
|
||||
PARAM_DEFINE_INT32(ASPD_SCALE_APPLY, 1);
|
||||
PARAM_DEFINE_INT32(ASPD_SCALE_APPLY, 2);
|
||||
|
||||
/**
|
||||
* Scale of airspeed sensor 1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user