1749854970

This commit is contained in:
2025-06-13 16:49:30 -06:00
parent c71c3b5b85
commit a5e49dc9a7
+1 -1
View File
@@ -60,7 +60,7 @@ if [ $grepconfig -eq 0 ]; then # if config exists, skip
echo "/boot/firmware/config.txt already updated, skipping..."
else
# APPEND to /boot/firmware/config.txt
sudo bash -c "cat $bootfirmwareconfig >> $bootfirmwareconfig_new"
sudo bash -c "cat $bootfirmwareconfig_new >> $bootfirmwareconfig"
# pps and gpio uart
# echo "Adding lines to /boot/firmware/config.txt to enable pps and gpio uart..."
# sudo bash -c "echo '# GPS PPS GPIO Signal' >> /boot/firmware/config.txt"