mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-31 02:16:53 +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
|
* @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
|
||||||
|
|||||||
Reference in New Issue
Block a user