From 3a3112162531bb521235c8bad14f88fff2e19f27 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Sat, 18 Apr 2020 15:58:36 -0600 Subject: [PATCH] Add another fan point of 65% at 85C --- src/board/system76/common/peci.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/board/system76/common/peci.c b/src/board/system76/common/peci.c index 7110922..04d9a66 100644 --- a/src/board/system76/common/peci.c +++ b/src/board/system76/common/peci.c @@ -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