Skip to content

Commit

Permalink
gps: Enable XTRA servers and version check
Browse files Browse the repository at this point in the history
Apparently users are getting faster locks with this.

Change-Id: Ie20aeff153023d01bd29b33680375234cace2ddd
  • Loading branch information
arco committed Aug 17, 2017
1 parent 5617e09 commit 3bba249
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gps/etc/gps.conf
@@ -1,15 +1,15 @@
#Uncommenting these urls would only enable
#the power up auto injection and force injection(test case).
#XTRA_SERVER_1=http://xtrapath1.izatcloud.net/xtra2.bin
#XTRA_SERVER_2=http://xtrapath2.izatcloud.net/xtra2.bin
#XTRA_SERVER_3=http://xtrapath3.izatcloud.net/xtra2.bin
XTRA_SERVER_1=http://xtrapath1.izatcloud.net/xtra2.bin
XTRA_SERVER_2=http://xtrapath2.izatcloud.net/xtra2.bin
XTRA_SERVER_3=http://xtrapath3.izatcloud.net/xtra2.bin

#Version check for XTRA
#DISABLE = 0
#AUTO = 1
#XTRA2 = 2
#XTRA3 = 3
XTRA_VERSION_CHECK=0
XTRA_VERSION_CHECK=1

# Error Estimate
# _SET = 1
Expand Down

0 comments on commit 3bba249

Please sign in to comment.