adding the 19th bit

This commit is contained in:
mcguirepr89
2022-02-11 14:53:10 -05:00
parent ede41085d3
commit 7c3bf4aaa4
+3
View File
@@ -33,6 +33,9 @@ if echo $binary | grep 1 ;then
if [ ${revbinary:18:1} -eq 1 ];then
echo "Throttling has occurred"
fi
if [ ${revbinary:19:1} -eq 1 ];then
echo "Soft temperature limit has occurred"
fi
fi
echo "....................................Clock Speeds................................"
for i in arm core h264 isp v3d uart pwm emmc pixel vec hdmi dpi;do