1749860627

This commit is contained in:
2025-06-13 18:23:47 -06:00
parent 191c8947dc
commit 5320b4e4cd
40 changed files with 178 additions and 9 deletions
+14
View File
@@ -0,0 +1,14 @@
# USB might be /dev/ttyACM0
# serial might be /dev/ttyS0
# pps might be /dev/pps0
DEVICES="/dev/ttyS0 /dev/pps0"
# -n means start without a client connection (i.e. at boot)
# -s 115200 is to set baud to 115200
GPSD_OPTIONS="-n -s 115200"
# also start in general
START_DAEMON="true"
# Automatically hot add/remove USB GPS devices via gpsdctl
USBAUTO="true"