klte-common: Disable QC HW FLP HAL
* Something inside the HAL keeps choosing to use inaccurate locations even when more accurate GNP/GNSS location is available. Since we don't have any visibility into this component, disable it. Change-Id: I1132bfebb2a732230216c32f7d5712d1fb825a92 Signed-off-by: Matt Filetto <matt.filetto@gmail.com>
This commit is contained in:
parent
a2f2873f06
commit
6dded810aa
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ BATCH_SIZE=20
|
|||
# GEOFENCE = 0x01
|
||||
# BATCHING = 0x02
|
||||
# default = GEOFENCE | BATCHING
|
||||
CAPABILITIES=0x03
|
||||
CAPABILITIES=0x00
|
||||
|
||||
###################################
|
||||
# FLP BATCHING ACCURACY
|
||||
|
|
Loading…
Reference in a new issue