aboutsummaryrefslogtreecommitdiff
path: root/gps/flp.conf
blob: 950c712c89e79256c000f995fd399f15fa80c1f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
################################
#####     FLP settings     #####
################################

# For default batch size, set the following
BATCH_SIZE=20

# FLP Capabilities bit mask
# GEOFENCE = 0x01
# BATCHING = 0x02
# default = GEOFENCE | BATCHING
CAPABILITIES=0x03

# FLP accuracy
# Low accuracy = 0
# Medium accuracy = 1
# High accuracy = 2
ACCURACY=0

# FLP geofence responsiveness
GEOFENCE_RESPONSIVENESS = 0