mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
Rockchip: RK3288: fix thermal zone for cputemp
This commit is contained in:
parent
a16a1a3cf8
commit
8622b9a53b
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user