From 44bc06a882b9d2f0544de6d033b6ea7334c937d2 Mon Sep 17 00:00:00 2001 From: PA4WDH Date: Thu, 25 Jul 2024 17:02:12 +0200 Subject: Fix typos --- README.html | 8 ++++---- cputemp2maxfreq.c | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.html b/README.html index 614e0c1..312f4c6 100644 --- a/README.html +++ b/README.html @@ -14,14 +14,14 @@ fanless mainboard in the first place. The other solution is to reduce CPU heat generation when the temperature is too high, and the best way to do that is to reduce it's frequency as can be done with cpufreq within linux.
- When discovered there is no program to do that i deciced to write it myself. + When I discovered there is no program to do that i deciced to write it myself.

What does this program do?

It's basic function is simple: It reads the CPU's temperature sensor and if - the temperature is above a certain threshold it will lower scale_max_freq to + the temperature is above a certain threshold it will lower scaling_max_freq to lower the CPU speed and allow it to cool down. When the temperature drops - below the threshold it will increase scalea_max_freq again to allow it to + below the threshold it will increase scaling_max_freq again to allow it to reach it's full speed.

@@ -31,7 +31,7 @@

Scaling options: