mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
projects/ATV/xbmc: XBMC system-info display always shows 0ºC for CPU temp as ATV has no CPU temp sensor, so use gputemp for cputemp, thanks to 'chewitt'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
e433e138d9
commit
a0f7b51f3d
20
projects/ATV/xbmc/advancedsettings.xml
Normal file
20
projects/ATV/xbmc/advancedsettings.xml
Normal file
@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<advancedsettings>
|
||||
<splash>false</splash>
|
||||
<showexitbutton>false</showexitbutton>
|
||||
<cputempcommand>gputemp</cputempcommand>
|
||||
<gputempcommand>gputemp</gputempcommand>
|
||||
<video>
|
||||
<latency>
|
||||
<delay>0</delay>
|
||||
<refresh>
|
||||
<min>23</min>
|
||||
<max>24</max>
|
||||
<delay>175</delay>
|
||||
</refresh>
|
||||
</latency>
|
||||
</video>
|
||||
<samba>
|
||||
<clienttimeout>30</clienttimeout>
|
||||
</samba>
|
||||
</advancedsettings>
|
Loading…
x
Reference in New Issue
Block a user