mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
Rockchip: RK3288: Fix thermal_zone for gputemp
This commit is contained in:
parent
8622b9a53b
commit
13feca79b3
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user