From: Christian Heller <c.heller@plomlompom.de>
Date: Sun, 3 Nov 2024 02:52:07 +0000 (+0100)
Subject: Improve Raspi setup.
X-Git-Url: https://plomlompom.com/repos/%7B%7Bdb.prefix%7D%7D/static/%7B%7B%20web_path%20%7D%7D/pick_tasks?a=commitdiff_plain;h=6c70fa05b6aff03a145877a6deb8f00c7fabf0a9;p=config

Improve Raspi setup.
---

diff --git a/many_releases/home/raspi_root/throttle_cpu.sh b/many_releases/home/raspi_root/throttle_cpu.sh
index 99f5549..b5f533d 100755
--- a/many_releases/home/raspi_root/throttle_cpu.sh
+++ b/many_releases/home/raspi_root/throttle_cpu.sh
@@ -1,8 +1,8 @@
 #!/bin/sh
 set -e
 
-MED_TEMP=65000
-MAX_TEMP=80000
+MED_TEMP=85000
+MAX_TEMP=95000
 
 MIN_FREQ=600000
 MED_FREQ=1000000