1749847910
This commit is contained in:
@@ -5,7 +5,7 @@ dtoverlay=pps-gpio,gpiopin=18
|
||||
|
||||
## GPS GPIO UART
|
||||
enable_uart=1
|
||||
init_uart_baud=115200
|
||||
init_uart_baud=460800
|
||||
|
||||
## I2C Hardware RTC Overlay
|
||||
dtoverlay=i2c-rtc,ds3231
|
||||
|
||||
@@ -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 115200
|
||||
GPSD_OPTIONS="-n -s 115200"
|
||||
# -s 460800 is to set baud to 460800
|
||||
GPSD_OPTIONS="-n -s 460800"
|
||||
|
||||
# also start in general
|
||||
START_DAEMON="true"
|
||||
|
||||
Reference in New Issue
Block a user