diff --git a/projects/Rockchip/devices/RK3288/filesystem/usr/bin/gputemp b/projects/Rockchip/devices/RK3288/filesystem/usr/bin/gputemp index 749c76be97..73d0115961 100755 --- a/projects/Rockchip/devices/RK3288/filesystem/usr/bin/gputemp +++ b/projects/Rockchip/devices/RK3288/filesystem/usr/bin/gputemp @@ -4,5 +4,5 @@ # Copyright (C) 2009-2014 Stephan Raue (stephan@openelec.tv) # Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv) -TEMP="$(cat /sys/class/thermal/thermal_zone2/temp)" +TEMP="$(cat /sys/class/thermal/thermal_zone1/temp)" echo "$(( $TEMP / 1000 )) C"