Rockchip: RK3288: fix thermal zone for cputemp

This commit is contained in:
Alex Bee 2023-02-11 09:25:09 +01:00
parent a16a1a3cf8
commit 8622b9a53b

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_zone1/temp)" TEMP="$(cat /sys/class/thermal/thermal_zone0/temp)"
echo "$(( $TEMP / 1000 )) C" echo "$(( $TEMP / 1000 )) C"