From eccd6c8410889ef3c616e82dac523c6ad5e8771b Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Tue, 27 Jan 2026 09:55:02 -0500 Subject: [PATCH] Update config add back missing GPS --- config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config b/config index 5d6267b5..6a9e1eff 100755 --- a/config +++ b/config @@ -1715,7 +1715,7 @@ elif [ "$1" = "-u" ]; then sudo systemctl enable gpsd sudo systemctl enable gpsd.socket echo - echo "Unless you configure gpsd otherwise, the is connected to serial0 on the Pi." + 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