1
1
Fork 0

changed fancontrol interval to 30 seconds

This commit is contained in:
david 2023-09-23 18:52:06 +02:00
parent e8822a14f3
commit 717ea70456
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ LICENSE="GPLv3"
# Configuration
THRESHOLD=45000
DISTANCE=1000
INTERVAL=10
INTERVAL=30
STEPS=(80 120 160 210 255)
FAN="/sys/class/hwmon/hwmon2/pwm1"