updated check RPI temp CPU

This commit is contained in:
Waldek
2021-02-25 11:27:01 +01:00
committed by GitHub
parent d626f43084
commit 68877ebff4
+1 -1
View File
@@ -13,7 +13,7 @@ tempcpu=false
# For Raspberry PI set tempcup=true and uncomnet below:
#FILE=/sys/class/thermal/thermal_zone0/temp
#if [[ -f "$FILE" ]]; then
#if [[ -f "$FILE" ]] && $tempcpu == "True" ; then
#tempC=`cat /sys/class/thermal/thermal_zone0/temp |awk '{printf("%.1f",$1)}'`
#fi