From 6511439bf55a4823ad8bbd346ef59ade12f14c33 Mon Sep 17 00:00:00 2001 From: Giovanni Harting <539@idlegandalf.com> Date: Tue, 3 Mar 2020 18:38:24 +0100 Subject: [PATCH] fixed some typos and restructured some text. --- config-example.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config-example.yaml b/config-example.yaml index 7ee0e44..d88b67c 100644 --- a/config-example.yaml +++ b/config-example.yaml @@ -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