diff options
author | Davide Garberi <dade.garberi@gmail.com> | 2017-12-17 12:34:17 +0100 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2017-12-17 12:34:17 +0100 |
commit | 8c53f81929e9a66e19c55089fdcf8d1ffc6e74a6 (patch) | |
tree | 93b0d7d531b4428d906a48016401d0ad21a5b0fc /gps/etc/sap.conf | |
parent | d717f7706384229057086048743732fdda108fb5 (diff) |
msm8996-common: gps: Import configuration files from ZUI
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
Diffstat (limited to 'gps/etc/sap.conf')
-rw-r--r-- | gps/etc/sap.conf | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gps/etc/sap.conf b/gps/etc/sap.conf index 22561f4..eb21f01 100644 --- a/gps/etc/sap.conf +++ b/gps/etc/sap.conf @@ -27,7 +27,7 @@ SENSOR_GYRO_SAMPLES_PER_BATCH_HIGH=25 # Sensor Control Mode (0=AUTO, 1=FORCE_ON) # used in loc_eng_reinit -SENSOR_CONTROL_MODE=1 +SENSOR_CONTROL_MODE=0 # Enable or Disable Sensors for GPS use (0=Enable, 1=Disable) # used in loc_eng_reinit @@ -40,8 +40,7 @@ SENSOR_PROVIDER=1 # Setting each bit has the following definition: # 0x1 - DISABLE_INS_POSITIONING_FILTER # 0x0 - ENABLE_INS_POSITIONING_FILTER -SENSOR_ALGORITHM_CONFIG_MASK=0x00 - +SENSOR_ALGORITHM_CONFIG_MASK=0x1 #Vehicle Network Provider configuration |