reduce min fan speed
This commit is contained in:
parent
6fe5d14f58
commit
837ba5a66d
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ import subprocess
|
|||
import time
|
||||
from pySMART import DeviceList
|
||||
|
||||
MIN_FAN_SPEED = 30
|
||||
MIN_FAN_SPEED = 20
|
||||
MAX_FAN_SPEED = 100
|
||||
|
||||
MIN_HDD_TEMP = 30
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue