mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-13 07:27:34 +08:00
Airspeed params: change default for ASPD_SCALE_APPLY to 2
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user