1748946587

This commit is contained in:
2025-06-03 04:29:46 -06:00
parent ad1b9e9202
commit b15953c8a3
+1 -1
View File
@@ -45,7 +45,7 @@ grep -q -e "GPS PPS signals" /boot/firmware/config.txt
grepconfig=$? grepconfig=$?
# configure the overlay # configure the overlay
if [ $grepconfi -eq 0 ]; then if [ $grepconfig -eq 0 ]; then
echo "/boot/firmware/config.txt already updated, skipping" echo "/boot/firmware/config.txt already updated, skipping"
else else
echo "Adding lines to /boot/firmware/config.txt to enable pps and gpio uart" echo "Adding lines to /boot/firmware/config.txt to enable pps and gpio uart"