mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-02 20:28:37 +08:00
Enable GPS Blending by default
This commit is contained in:
@@ -46,7 +46,7 @@
|
|||||||
* @bit 1 use hpos accuracy
|
* @bit 1 use hpos accuracy
|
||||||
* @bit 2 use vpos accuracy
|
* @bit 2 use vpos accuracy
|
||||||
*/
|
*/
|
||||||
PARAM_DEFINE_INT32(SENS_GPS_MASK, 0);
|
PARAM_DEFINE_INT32(SENS_GPS_MASK, 7);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Multi GPS Blending Time Constant
|
* Multi GPS Blending Time Constant
|
||||||
|
|||||||
Reference in New Issue
Block a user