netstar pushed a commit to branch master. http://git.enlightenment.org/apps/evisum.git/commit/?id=2575e973a0037fcc5d3465fcddec9b3a403d5f81
commit 2575e973a0037fcc5d3465fcddec9b3a403d5f81 Author: Alastair Poole <[email protected]> Date: Sat Oct 10 12:15:38 2020 +0100 cpu: ys i know --- src/bin/system/machine/cpu.bogox | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/bin/system/machine/cpu.bogox b/src/bin/system/machine/cpu.bogox index 49c93e4..92606c6 100644 --- a/src/bin/system/machine/cpu.bogox +++ b/src/bin/system/machine/cpu.bogox @@ -383,7 +383,9 @@ int system_cpu_temperature_min_max_get(int *min, int *max) { *min = 20; - *max = 120; + *max = 100; + + return 0; } int --
