diff options
Diffstat (limited to 'gps/etc/sap.conf')
-rw-r--r-- | gps/etc/sap.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gps/etc/sap.conf b/gps/etc/sap.conf index eb21f01..372eb49 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=0 +SENSOR_CONTROL_MODE=1 # Enable or Disable Sensors for GPS use (0=Enable, 1=Disable) # used in loc_eng_reinit @@ -40,7 +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=0x1 +SENSOR_ALGORITHM_CONFIG_MASK=0x0 #Vehicle Network Provider configuration |