mirror of
https://github.com/km4ack/pi-scripts
synced 2026-08-13 17:52:05 -04:00
17 lines
536 B
Text
17 lines
536 B
Text
#The -b switch was added per https://github.com/km4ack/pi-build/issues/144
|
|
#km4ack 24SEPT2020
|
|
|
|
# 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"
|
|
|
|
# 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
|
|
GPSD_OPTIONS="-n -b"
|