mirror of
https://github.com/AdnanHodzic/auto-cpufreq.git
synced 2025-04-07 20:35:07 +02:00
temporarily disabled cpu fan speed
This commit is contained in:
parent
a19dbc5baa
commit
e2e4b9a6f9
@ -373,8 +373,8 @@ def sysinfo():
|
||||
|
||||
# ToDo: make more generic and not only for thinkpad
|
||||
# print current fan speed
|
||||
current_fans = p.sensors_fans()['thinkpad'][0].current
|
||||
print("\nCPU fan speed:", current_fans, "RPM")
|
||||
#current_fans = p.sensors_fans()['thinkpad'][0].current
|
||||
#print("\nCPU fan speed:", current_fans, "RPM")
|
||||
|
||||
def read_log():
|
||||
# deploy cpufreqctl script (if missing)
|
||||
|
Loading…
x
Reference in New Issue
Block a user