Browse Source

Change default hysteresis to 3 degrees for lower average fanspeeds.

nfactor-troky
Con Kolivas 13 years ago
parent
commit
40491cd537
  1. 2
      adl.c

2
adl.c

@ -20,7 +20,7 @@ bool adl_active; @@ -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;

Loading…
Cancel
Save