lower the minimum speed for the gpu fan zone
This commit is contained in:
parent
77592844fb
commit
6d767271f3
1 changed files with 1 additions and 1 deletions
2
main.cpp
2
main.cpp
|
|
@ -95,7 +95,7 @@ double gpu_fan_zone(const std::vector<Sensor>& sensors)
|
|||
return 1.0;
|
||||
}
|
||||
else
|
||||
return fan_curve(max_temp, 0.20, 1.0, 45, 75);
|
||||
return fan_curve(max_temp, 0.10, 1.0, 45, 75);
|
||||
}
|
||||
|
||||
double system_fan_zone(const std::vector<Sensor>& sensors)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue