pi-scripts/gpsd

18 lines
536 B
Text
Raw Permalink Normal View History

2020-09-24 09:13:27 -05:00
#The -b switch was added per https://github.com/km4ack/pi-build/issues/144
#km4ack 24SEPT2020
2019-09-11 20:20:05 -05:00
# Default settings for the gpsd init script and the hotplug wrapper.
# Start the gpsd daemon automatically at boot time
START_DAEMON="true"
# Use USB hotplugging to add new USB devices automatically to the daemon
USBAUTO="false"
2019-09-11 20:20:05 -05:00
# Devices gpsd should collect to at boot time.
# They need to be read/writeable, either by user gpsd or the group dialout.
DEVICES="/dev/ttyACM0"
# Other options you want to pass to gpsd
2020-09-24 09:10:26 -05:00
GPSD_OPTIONS="-n -b"