From 9586b59606edcf3538428c16680a2a6eb2d7969d Mon Sep 17 00:00:00 2001 From: PA4WDH Date: Wed, 9 Oct 2024 12:18:23 +0200 Subject: Rename config.max_freq to config.target_freq and make texts consistent with that --- README.html | 2 +- argparse.c | 6 +++--- cputemp2maxfreq.c | 10 +++++----- cputemp2maxfreq.h | 2 +- logger.c | 2 +- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.html b/README.html index 77c8d09..3dbf882 100644 --- a/README.html +++ b/README.html @@ -57,7 +57,7 @@
  • -s set the step size to increase/decrease CPU speed. Note that this value will be multiplied by the difference between the CPU temperature and the set temperature to calculate the actual change.
  • -
  • -t set the temperature limit
  • +
  • -t set the target temperature
  • Logging options: