1749842195

This commit is contained in:
2025-06-13 13:16:34 -06:00
parent 57813b5a02
commit e08c045322
24 changed files with 30 additions and 17 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ else
sudo bash -c "echo '# the next 3 lines are for GPS PPS signals' >> /boot/firmware/config.txt"
sudo bash -c "echo 'dtoverlay=pps-gpio,gpiopin=18' >> /boot/firmware/config.txt"
sudo bash -c "echo 'enable_uart=1' >> /boot/firmware/config.txt"
sudo bash -c "echo 'init_uart_baud=115200' >> /boot/firmware/config.txt" # set baudrate here to
sudo bash -c "echo 'init_uart_baud=921600' >> /boot/firmware/config.txt" # set baudrate here to
fi
# check if pps-gpio is in /etc/modules already