Commit 40491cd5377fa21e7ceb389b8a0645ed528329b8

Con Kolivas 2011-09-05T08:32:31

Change default hysteresis to 3 degrees for lower average fanspeeds.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/adl.c b/adl.c
index 58ae1b1..fa33790 100644
--- a/adl.c
+++ b/adl.c
@@ -20,7 +20,7 @@ bool adl_active;
 
 #include "adl_functions.h"
 
-int opt_hysteresis = 5;
+int opt_hysteresis = 3;
 int opt_targettemp = 75;
 int opt_overheattemp = 85;