Merge "gps: Disable Magnetometer sensor in gps.cfg for CT3" into 24D1-dev

This commit is contained in:
David Lin 2024-06-13 01:04:25 +00:00 committed by Android (Google) Code Review
commit 11a78498e1
2 changed files with 8 additions and 2 deletions

View file

@ -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

View file

@ -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