Skip to content

Commit 6d5e2f8

Browse files
authored
Remove beta feature for release
1 parent b4fa4d3 commit 6d5e2f8

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

config

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -19,41 +19,17 @@ sleep_time="7"
1919
fcurve="25 40 55 70 85" # fan speeds
2020
tcurve="35 45 55 65 75" # temperatures
2121

22-
23-
24-
#defines if equation-mode is being used. If equation_mode is on, the script will calculate the correct fan speed from the defined equation instead of using fcurve and tcurve, thus achieving a smoother fan-curve
25-
equation_mode="0"
26-
27-
# the equation for the primary fan (used if equation_mode is 1)if equation_mode is 1 the script will set the fan speed to the corresponding value of the equation in quotation marks ($cur_t represents the current temperature)
28-
#example:
29-
#equation1='9.6533531762886*1.0305283856818^$cur_t'
30-
equation1=
31-
32-
# if equation_mode is 1, this is the temperature at which 100% fan speed will be set
33-
equation_max="90"
34-
3522
# This value is used to determine the temperature difference needed to get
3623
# the script to check for a new speed to apply. The default of this value
3724
# is zero, which means the script will automatically calculate a value
3825
# based on the temperature curves supplied below
3926
force_check="0"
4027

41-
#if this value is one, if the temperature is decreasing the script will lower the fan speed smoothly 1% at every temperature check, instead of directly switching to the corresponding value in fcurve or the equation
42-
smooth_decrease="0"
43-
44-
# defines the minium setpoint the fan-speed will decrease to
45-
smooth_decrease_setpoint="30"
46-
4728
# These two arrays are for GPU's that have a secondary fan that you may wish
4829
# to control seperately, especially if it is water-cooled.
4930
fcurve2="15 30 45 60 75"
5031
tcurve2="35 45 55 65 75"
5132

52-
# the equation for the secondary fan (used if equation_mode is 1)
53-
#example:
54-
#equation2='9.6533531762886*1.0305283856818^$cur_t'
55-
equation2=
56-
5733
# First number in array is fan 0, second number is fan 1, etc. If the number
5834
# is 1, that indicates that the script should use the first curve for that
5935
# fan. The same goes for the number 2.

0 commit comments

Comments
 (0)