1749846662
This commit is contained in:
+4
-2
@@ -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 ""
|
||||||
Reference in New Issue
Block a user