diff --git a/main.go b/main.go index f2ca9d7..07957f6 100644 --- a/main.go +++ b/main.go @@ -133,7 +133,7 @@ func CpuTempetureScraper(processorCount int, notifier <-chan TempetureChange, er defer waiter.Done() var ( P, I, D = 1.5, 0.4, 2.0 - SetPoint = 37.0 + SetPoint = 38.0 SampleTime = time.Second maxNoob, minNoob = 0x64, 0x4 WindupGuard = float64(maxNoob - minNoob)