mirror of
https://github.com/ShaYmez/HBMonv2.git
synced 2025-04-10 13:29:03 -04:00
updated check RPI temp CPU
This commit is contained in:
parent
d626f43084
commit
68877ebff4
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user