fixed some typos and restructured some text.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
# otherwise INFO is a good value.
|
||||
loglevel: DEBUG
|
||||
|
||||
# Set interval in which PyFan is checking your temp sources and adjusts PWM values.
|
||||
# Set interval (seconds) in which PyFan is checking your temp sources and adjusts PWM values.
|
||||
interval: 1
|
||||
|
||||
thermalzones:
|
||||
@@ -19,10 +19,10 @@ thermalzones:
|
||||
# Define all fans that this thermal zone is going to control.
|
||||
# There is no limit to how many fans one thermal zone can control.
|
||||
# You can have different limitations on your fans, for example:
|
||||
# - amdgpu/pwm1: 170
|
||||
# - amdgpu/pwm1: 170
|
||||
# means your GPU fan's pwm1 is never getting set higher than 170, limiting its max. rpm value.
|
||||
# You can specify an lower limit as well:
|
||||
# - it8686/pwm1: [100, 200]
|
||||
# - it8686/pwm1: [100, 200]
|
||||
# means your fan's pwm is never set under 100, and never over 200.
|
||||
fan:
|
||||
- it8686/pwm2
|
||||
|
Reference in New Issue
Block a user