From 0ec6f2520b4ed76a43e88e5024adaf0ad80c88dc Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Tue, 16 Dec 2025 08:16:04 -0500 Subject: [PATCH] Update config add gpsd config default --- config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config b/config index 5f0079e2..ac46cb60 100755 --- a/config +++ b/config @@ -1791,7 +1791,8 @@ elif [ "$1" = "-u" ]; then sudo systemctl enable gpsd sudo systemctl enable gpsd.socket echo - echo "to monitor your gps device, use the command gpsmon" + echo "Unless you configure gpsd otherwise, the gps is connected to serial0 on the Pi." + echo "To monitor your gps device, use the command gpsmon" echo reboot=1 fi