1749847166

This commit is contained in:
2025-06-13 14:39:26 -06:00
parent 86d26bd581
commit 87b0e9b3e8
6 changed files with 12 additions and 11 deletions
+2 -2
View File
@@ -4,8 +4,8 @@
DEVICES="/dev/ttyS0 /dev/pps0"
# -n means start without a client connection (i.e. at boot)
# -s 115200 is to set baud to 230400
GPSD_OPTIONS="-n -s 230400"
# -s 115200 is to set baud to 460800
GPSD_OPTIONS="-n -s 460800"
# also start in general
START_DAEMON="true"