mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-24 07:09:48 +08:00
Enable GPS Blending by default
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
* @bit 1 use hpos 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
|
||||
|
||||
Reference in New Issue
Block a user