From c6cb0b9d22f076ef2b49a7e0920f4d3c337057a3 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Fri, 13 Jun 2025 17:08:29 -0600 Subject: [PATCH] 1749856109 --- reconfig_full.sh | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/reconfig_full.sh b/reconfig_full.sh index d1b436f..f51b55a 100644 --- a/reconfig_full.sh +++ b/reconfig_full.sh @@ -63,21 +63,10 @@ else echo "Appending configs to /boot/firmware/config.txt" sudo bash -c "cat $bootfirmwareconfig_new >> $bootfirmwareconfig" echo $? - # 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 'dtoverlay=pps-gpio,gpiopin=18' >> /boot/firmware/config.txt" # pps - # - # sudo bash -c "echo '# GPS GPIO UART' >> /boot/firmware/config.txt" - # sudo bash -c "echo 'enable_uart=1' >> /boot/firmware/config.txt" # enable uart - # sudo bash -c "echo 'init_uart_baud=115200' >> /boot/firmware/config.txt" # set baudrate here too - # # i2c - # sudo bash -c "echo '# I2C Hardware RTC Overlay' >> /boot/firmware/config.txt" - # sudo bash -c "echo 'dtoverlay=i2c-rtc,ds3231' >> /boot/firmware/config.txt" fi echo "Setting up crontab" sudo crontab $crontab_new # start da services -bash ./services.sh start 1>/dev/null \ No newline at end of file +bash ./services.sh start # 1>/dev/null \ No newline at end of file