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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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