Browse Source

Change default hysteresis to 3 degrees for lower average fanspeeds.

Con Kolivas 14 years ago
parent
commit
40491cd537
1 changed files with 1 additions and 1 deletions
  1. 1 1
      adl.c

+ 1 - 1
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;