From ae03336a0b62023a2358e4f058bd6e3f8d8d2da0 Mon Sep 17 00:00:00 2001 From: Christopher Young Date: Sat, 13 May 2017 12:16:20 -0400 Subject: [PATCH] =?UTF-8?q?Reduce=20CPU=20temperature=20target=20to=2050?= =?UTF-8?q?=C2=BAC.=20#593.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main/fancontrol.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/fancontrol.go b/main/fancontrol.go index dd967c52..f8507139 100644 --- a/main/fancontrol.go +++ b/main/fancontrol.go @@ -18,7 +18,7 @@ import "C" const ( // CPU temperature target, degrees C - defaultTempTarget = 65. + defaultTempTarget = 50. hysteresis = float32(1.) /* This puts our PWM frequency at 19.2 MHz / 128 =