1749855911

This commit is contained in:
2025-06-13 17:05:11 -06:00
parent 3adb8c68ff
commit 2d4cf8b9bd
+2 -1
View File
@@ -61,7 +61,8 @@ if [ $grepconfig -eq 0 ]; then # if config exists, skip
else else
# APPEND to /boot/firmware/config.txt # APPEND to /boot/firmware/config.txt
echo "Appending configs to /boot/firmware/config.txt" echo "Appending configs to /boot/firmware/config.txt"
sudo bash -c "cat $bootfirmwareconfig_new; echo $bootfirmwareconfig" sudo bash -c "cat $bootfirmwareconfig_new >> $bootfirmwareconfig"
echo $?
# pps and gpio uart # pps and gpio uart
# 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..."
# sudo bash -c "echo '# GPS PPS GPIO Signal' >> /boot/firmware/config.txt" # sudo bash -c "echo '# GPS PPS GPIO Signal' >> /boot/firmware/config.txt"