Add another fan point of 65% at 85C
This commit is contained in:
parent
53d4c31798
commit
3a31121625
@ -38,7 +38,8 @@ struct FanPoint __code FAN_POINTS[] = {
|
||||
FAN_POINT(70, 40),
|
||||
FAN_POINT(75, 50),
|
||||
FAN_POINT(80, 60),
|
||||
FAN_POINT(90, 60)
|
||||
FAN_POINT(85, 65),
|
||||
FAN_POINT(90, 65)
|
||||
};
|
||||
|
||||
// Get duty cycle based on temperature, adapted from
|
||||
|
Loading…
x
Reference in New Issue
Block a user