Merge "Set On Demand Time as default in gps.conf"
This commit is contained in:
commit
ded83e6045
1 changed files with 5 additions and 5 deletions
10
etc/gps.conf
10
etc/gps.conf
|
@ -27,12 +27,12 @@ INTERMEDIATE_POS=0
|
||||||
SUPL_VER=0x10000
|
SUPL_VER=0x10000
|
||||||
|
|
||||||
# GPS Capabilities bit mask
|
# GPS Capabilities bit mask
|
||||||
# SCHEDULING = 1
|
# SCHEDULING = 0x01
|
||||||
# MSB = 2
|
# MSB = 0x02
|
||||||
# MSA = 4
|
# MSA = 0x04
|
||||||
# ON_DEMAND_TIME = 0x10
|
# ON_DEMAND_TIME = 0x10
|
||||||
# default = MSA | MSB | SCHEDULING
|
# default = ON_DEMAND_TIME | MSA | MSB | SCHEDULING
|
||||||
CAPABILITIES=0x7
|
CAPABILITIES=0x17
|
||||||
|
|
||||||
# Accuracy threshold for intermediate positions
|
# Accuracy threshold for intermediate positions
|
||||||
# less accurate positions are ignored, 0 for passing all positions
|
# less accurate positions are ignored, 0 for passing all positions
|
||||||
|
|
Loading…
Reference in a new issue