1749846662

This commit is contained in:
2025-06-13 14:31:01 -06:00
parent 928ccb6da4
commit 04f9a36160
+4 -2
View File
@@ -26,10 +26,12 @@ watch -n 10 chronyc tracking
clear clear
echo -e "Detecting I2C Devices\n" echo -e "Detecting I2C Devices\n"
sudo i2cdetect -y 1 sudo i2cdetect -y 1
read -p -e "\nPress ENTER to Continue..." echo -e "\nPress ENTER to Continue..."
read -p ""
# rtc # rtc
clear clear
echo -e "Reading from hardware RTC\n" echo -e "Reading from hardware RTC\n"
sudo hwclock -r sudo hwclock -r
read -p -e "\nPress ENTER to Continue..." echo -e "\nPress ENTER to Continue..."
read -p ""