1748946587
This commit is contained in:
+1
-1
@@ -45,7 +45,7 @@ grep -q -e "GPS PPS signals" /boot/firmware/config.txt
|
||||
grepconfig=$?
|
||||
|
||||
# configure the overlay
|
||||
if [ $grepconfi -eq 0 ]; then
|
||||
if [ $grepconfig -eq 0 ]; then
|
||||
echo "/boot/firmware/config.txt already updated, skipping"
|
||||
else
|
||||
echo "Adding lines to /boot/firmware/config.txt to enable pps and gpio uart"
|
||||
|
||||
Reference in New Issue
Block a user