lemp9: lower fan curve maximum temperature to 80C
This commit is contained in:
@@ -33,10 +33,9 @@ struct FanPoint {
|
|||||||
// Fan curve with temperature in degrees C, duty cycle in percent
|
// Fan curve with temperature in degrees C, duty cycle in percent
|
||||||
struct FanPoint __code FAN_POINTS[] = {
|
struct FanPoint __code FAN_POINTS[] = {
|
||||||
FAN_POINT(65, 40),
|
FAN_POINT(65, 40),
|
||||||
FAN_POINT(70, 45),
|
FAN_POINT(70, 55),
|
||||||
FAN_POINT(75, 55),
|
FAN_POINT(75, 75),
|
||||||
FAN_POINT(80, 75),
|
FAN_POINT(80, 100)
|
||||||
FAN_POINT(84, 100)
|
|
||||||
};
|
};
|
||||||
|
|
||||||
// Get duty cycle based on temperature, adapted from
|
// Get duty cycle based on temperature, adapted from
|
||||||
|
Reference in New Issue
Block a user