From d0ab03b370b59a421c16aa240e3ad3b7a3958b91 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Tue, 27 Jan 2026 15:26:06 -0500 Subject: [PATCH] Update config display gaps config --- config | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/config b/config index 6a9e1eff..0ebbe3a3 100755 --- a/config +++ b/config @@ -1715,8 +1715,15 @@ elif [ "$1" = "-u" ]; then sudo systemctl enable gpsd sudo systemctl enable gpsd.socket echo - 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 "Here is the current gpsd configuration /etc/default/gpsd which will work with many GPS modules:" + echo + + cat /etc/default/gpsd + + echo + echo "To change this configuration edit the file with sudo nano /etc/default/gpsd then restart gpsd." + echo + echo "To monitor your gps device, use the gpsmon command." echo reboot=1 fi