flo: gps: Set capabilities mask to 0x31

Change-Id: Iadcdaeb3359ec29b8eff9fa0a65e47f7ec0b2331
This commit is contained in:
Arne Coucheron 2020-06-12 08:42:48 +02:00 committed by followmsi
parent 96313d5c60
commit 92cbe5664a
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ SUPL_VER=0x10000
# ON_DEMAND_TIME = 0x10
# GEOFENCE = 0x20
# default = ON_DEMAND_TIME | MSA | MSB | SCHEDULING | GEOFENCE
CAPABILITIES=0x33
CAPABILITIES=0x31
# Accuracy threshold for intermediate positions
# less accurate positions are ignored, 0 for passing all positions