From dcf4fb5029ee6ade7b439bb3b5cabe985d7cca2e Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Fri, 13 Jun 2025 14:18:10 -0600 Subject: [PATCH] 1749845890 --- full_status.sh | 6 ++++-- reconfig_full.sh | 1 + 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/full_status.sh b/full_status.sh index 925feee..d77e866 100644 --- a/full_status.sh +++ b/full_status.sh @@ -4,7 +4,7 @@ bash ./services.sh status # test pps echo "Testing PPS" -sudo ppstest /dev/pps0 +sudo ppstest /dev/pps* # check gps echo "Checking Normal GPS" @@ -25,7 +25,9 @@ watch -n 10 chronyc tracking # i2c echo "Detecting I2C Devices" sudo i2cdetect -y 1 +pause # rtc echo "Reading from hardware RTC" -sudo hwclock -r \ No newline at end of file +sudo hwclock -r +pause \ No newline at end of file diff --git a/reconfig_full.sh b/reconfig_full.sh index a119138..393e179 100644 --- a/reconfig_full.sh +++ b/reconfig_full.sh @@ -41,6 +41,7 @@ sudo bash -c "cat $grafana_new > $grafana" sudo bash -c "cat $influxdb_new > $influxdb" sudo bash -c "cat $telegraf_new > $telegraf" sudo bash -c "cat $udev_new > $udev_rule" +sudo bash -c "cat $hwclockset_new > $hwclockset" # check if /boot/firmware/config.txt is configured yet grep -q -e "GPS PPS signals" /boot/firmware/config.txt