Rockchip: RK3288: Fix thermal_zone for gputemp

This commit is contained in:
Alex Bee 2023-02-11 09:26:10 +01:00
parent 8622b9a53b
commit 13feca79b3

View File

@ -4,5 +4,5 @@
# Copyright (C) 2009-2014 Stephan Raue (stephan@openelec.tv) # Copyright (C) 2009-2014 Stephan Raue (stephan@openelec.tv)
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.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" echo "$(( $TEMP / 1000 )) C"