From 604472bce94efef6fdeae8cc795507007c4325b3 Mon Sep 17 00:00:00 2001 From: Giulio Cervera Date: Sat, 26 Apr 2014 16:01:41 +0200 Subject: Initial Shinano import based on rhine-common 7e2a33e --- gps/flp.conf | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 gps/flp.conf (limited to 'gps/flp.conf') diff --git a/gps/flp.conf b/gps/flp.conf new file mode 100644 index 0000000..950c712 --- /dev/null +++ b/gps/flp.conf @@ -0,0 +1,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 -- cgit v1.2.3