1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-03-13 06:01:03 +00:00

Change default hysteresis to 3 degrees for lower average fanspeeds.

This commit is contained in:
Con Kolivas 2011-09-05 08:32:31 +10:00
parent 47f1a75924
commit 40491cd537

2
adl.c
View File

@ -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;