Added install help for gps_tool

This commit is contained in:
2021-03-25 13:39:57 -04:00
parent a086eb3cf9
commit 8c80d7e535
4 changed files with 46 additions and 6 deletions

14
gps_tool/etc/default/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"
# Other options you want to pass to gpsd
GPSD_OPTIONS="-G"