1749846156

This commit is contained in:
2025-06-13 14:22:35 -06:00
parent dcf4fb5029
commit 7b903f850e
5 changed files with 6 additions and 8 deletions
@@ -5,7 +5,7 @@ dtoverlay=pps-gpio,gpiopin=18
## GPS GPIO UART
enable_uart=1
init_uart_baud=921600
init_uart_baud=230400
## I2C Hardware RTC Overlay
dtoverlay=i2c-rtc,ds3231
+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 921600
GPSD_OPTIONS="-n -s 921600"
# -s 115200 is to set baud to 230400
GPSD_OPTIONS="-n -s 230400"
# also start in general
START_DAEMON="true"