From 717ea7045655b53e175a65eae9603beadc5f5bed Mon Sep 17 00:00:00 2001 From: david Date: Sat, 23 Sep 2023 18:52:06 +0200 Subject: [PATCH] changed fancontrol interval to 30 seconds --- hc4_fancontrol.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hc4_fancontrol.sh b/hc4_fancontrol.sh index 814b57b..abe932a 100755 --- a/hc4_fancontrol.sh +++ b/hc4_fancontrol.sh @@ -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"