Update config display gaps config

master-r
Alan Johnston 1 week ago committed by GitHub
parent 93668409d9
commit d0ab03b370
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1715,8 +1715,15 @@ elif [ "$1" = "-u" ]; then
sudo systemctl enable gpsd sudo systemctl enable gpsd
sudo systemctl enable gpsd.socket sudo systemctl enable gpsd.socket
echo echo
echo "Unless you configure gpsd otherwise, the GPS is connected to serial0 on the Pi." echo "Here is the current gpsd configuration /etc/default/gpsd which will work with many GPS modules:"
echo "To monitor your gps device, use the command gpsmon" 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 echo
reboot=1 reboot=1
fi fi

Loading…
Cancel
Save

Powered by TurnKey Linux.