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:
Stephan Raue 2012-11-11 14:55:27 +01:00
parent e433e138d9
commit a0f7b51f3d

View 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>