Create gpsd

This commit is contained in:
kn1gh7h4wk 2020-06-22 19:24:42 -07:00 committed by GitHub
parent ff7a592a76
commit 19f5336ef5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

14
examples/gpsd Normal file
View file

@ -0,0 +1,14 @@
# 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="true"
# 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" # Default location for USB GPS dongle
# Other options you want to pass to gpsd
GPSD_OPTIONS="-n"