forked from jclement/Cacheberry-Pi
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcacheberrypi.cfg
41 lines (32 loc) · 1.52 KB
/
cacheberrypi.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
#
# Configuration file for Cacheberry-Pi
#
[Settings]
MEASUREMENT_STANDARD = US ; US or METRIC (Display distance in Miles or Kilometers?)
TIME_ZONE = US/Central ; Time Zone name as formatted in /usr/share/zoneinfo
DISPLAY_SCROLL_SPEED = 4 ; Display scrolling speed - Lower # = Faster Scroll
[SearchPattern]
# Settings in this section are in Metric, regardless of the Measurement_Standard
# Selected above.
# Starting search radius. The actual radius is adjusted as we find / don't find
# caches.
STARTING_SEARCH_RADIUS = 1000 ; m
# Automatically show cache within this distance regardless of the direction to
# the cache.
CLOSE_RADIUS = 100 ; m
# Maximum search radius. Prevents search radius from growing indefinately.
MAXIMUM_RADIUS = 40000 ; m
# When traveling above SPEED_THRESHOLD, return closest cache that is no more
# that this distance from the estimate path of travel. This will approximately
# return caches on your route when traveling along highways.
MAXIMUM_DISTANCE_FROM_PATH = 200 ; m
# This speed threshold is used to switch between the slow speed searching
# behaviour (look for closest cache in any direction) and the high speed
# behaviour (look for closest cache along path of travel).
SPEED_THRESHOLD = 60 ; km/h
[Advanced]
GEOCACHE_SOURCE = /var/autofs/removable/sda1/cacheberrypi/nav.csv
TRACKLOG_TARGET = tracks
TRACKLOG_EXPORT_TARGET = /var/autofs/removable/sda1/cacheberrypi/tracks/
DATABASE_FILENAME = geocaches.sqlite
LED_PINS = 16,18,22 ; GPIO23,24,25