lemp9: lower fan curve maximum temperature to 80C

This commit is contained in:
Jeremy Soller
2020-04-05 13:15:48 -06:00
parent 113a4b23ab
commit 8af9470c40

View File

@@ -33,10 +33,9 @@ struct FanPoint {
// Fan curve with temperature in degrees C, duty cycle in percent
struct FanPoint __code FAN_POINTS[] = {
FAN_POINT(65, 40),
FAN_POINT(70, 45),
FAN_POINT(75, 55),
FAN_POINT(80, 75),
FAN_POINT(84, 100)
FAN_POINT(70, 55),
FAN_POINT(75, 75),
FAN_POINT(80, 100)
};
// Get duty cycle based on temperature, adapted from