Add another fan point of 65% at 85C

This commit is contained in:
Jeremy Soller 2020-04-18 15:58:36 -06:00
parent 53d4c31798
commit 3a31121625
No known key found for this signature in database
GPG Key ID: E988B49EE78A7FB1

View File

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