Change default hysteresis to 3 degrees for lower average fanspeeds.
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;