Merge "gps: Disable Magnetometer sensor in gps.cfg for CT3" into 24D1-dev
This commit is contained in:
commit
11a78498e1
2 changed files with 8 additions and 2 deletions
|
@ -53,7 +53,7 @@ GlueLayer_isReqUBPFromPressureSensor=1
|
||||||
GlueLayer_IsRilCIDReqEnable=0
|
GlueLayer_IsRilCIDReqEnable=0
|
||||||
GlueLayer_IsMemsEnable=1
|
GlueLayer_IsMemsEnable=1
|
||||||
GlueLayer_MeasCorrCap=7
|
GlueLayer_MeasCorrCap=7
|
||||||
Chip_Configuration_mems_data_Configuration=0x27
|
Chip_Configuration_mems_data_Configuration=0x25
|
||||||
Chip_Configuration_FeatureCfg_ANDRD_MEAS_CORR_ENABLE=1
|
Chip_Configuration_FeatureCfg_ANDRD_MEAS_CORR_ENABLE=1
|
||||||
CP_LocTech_PrimaryConst=0
|
CP_LocTech_PrimaryConst=0
|
||||||
CP_LocTech_Constraints=1
|
CP_LocTech_Constraints=1
|
||||||
|
|
|
@ -182,7 +182,13 @@ GlueLayer_isReqUBPFromPressureSensor=1
|
||||||
GlueLayer_IsRilCIDReqEnable=0
|
GlueLayer_IsRilCIDReqEnable=0
|
||||||
GlueLayer_IsMemsEnable=1
|
GlueLayer_IsMemsEnable=1
|
||||||
GlueLayer_MeasCorrCap=7
|
GlueLayer_MeasCorrCap=7
|
||||||
Chip_Configuration_mems_data_Configuration=0x27
|
|
||||||
|
# 0x0001: CHIP_CONFIG_MEMS_ACCEL_AVAILABLE
|
||||||
|
# 0x0002: CHIP_CONFIG_MEMS_MAGN_AVAILABLE
|
||||||
|
# 0x0004: CHIP_CONFIG_MEMS_GYRO_AVAILABLE
|
||||||
|
# 0x0010: CHIP_CONFIG_MEMS_ORIENTATION_AVAILABLE
|
||||||
|
# 0x0020: CHIP_CONFIG_MEMS_STEPCOUNTER_AVAILABLE
|
||||||
|
Chip_Configuration_mems_data_Configuration=0x25
|
||||||
Chip_Configuration_FeatureCfg_ANDRD_MEAS_CORR_ENABLE=1
|
Chip_Configuration_FeatureCfg_ANDRD_MEAS_CORR_ENABLE=1
|
||||||
CP_LocTech_PrimaryConst=0
|
CP_LocTech_PrimaryConst=0
|
||||||
CP_LocTech_Constraints=1
|
CP_LocTech_Constraints=1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue