Commit f1c50a8ecb99f4b96e400ebd6fcdfb3c6909b149

Con Kolivas 2014-02-21T07:42:52

Hfa cooling remains satisfactory down to a minimum fanspeed of 5%

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/driver-hashfast.h b/driver-hashfast.h
index 4adeb0f..cf8b28a 100644
--- a/driver-hashfast.h
+++ b/driver-hashfast.h
@@ -37,7 +37,7 @@ char *set_hfa_fan(char *arg);
 #define HFA_TEMP_HYSTERESIS 3
 #define HFA_FAN_DEFAULT 33
 #define HFA_FAN_MAX 85
-#define HFA_FAN_MIN 10
+#define HFA_FAN_MIN 5
 
 // Matching fields for hf_statistics, but large #s for local accumulation, per-die
 struct hf_long_statistics {