diff options
author | davidevinavil <davidevinavil@gmail.com> | 2017-01-21 17:12:31 +0100 |
---|---|---|
committer | davidevinavil <davidevinavil@gmail.com> | 2017-01-21 18:27:28 +0100 |
commit | b6b44db0293d2e81356ae8f35c2583f6129ea62c (patch) | |
tree | 5c913f55dd1a4d617eb30b27b84bd868b48848c8 | |
parent | 6f265649b1af89f2d91ff8702689807f17838f9e (diff) |
update gps config
Change-Id: I89901bab23d4326d0a92b08e54a74ab9c678961a
-rw-r--r-- | gps/etc/izat.conf | 2 | ||||
-rw-r--r-- | gps/etc/sap.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gps/etc/izat.conf b/gps/etc/izat.conf index 6d7bf0b..58c9e1a 100644 --- a/gps/etc/izat.conf +++ b/gps/etc/izat.conf @@ -84,7 +84,7 @@ GTP_CELL=DISABLED #GTP_WIFI valid modes: # DISABLED # BASIC -GTP_WIFI=BASIC +GTP_WIFI=DISABLED #GTP_WAA valid modes: # DISABLED diff --git a/gps/etc/sap.conf b/gps/etc/sap.conf index d5f79b5..ae9f5e5 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 |