Skip to content

Commit 87417b9

Browse files
Tweaking temp compensation value
1 parent 08449c5 commit 87417b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/compensated-temperature.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def get_cpu_temperature():
2525
output, _error = process.communicate()
2626
return float(output[output.index('=') + 1:output.rindex("'")])
2727

28-
factor = 0.6
28+
factor = 0.8
2929

3030
while True:
3131
cpu_temp = get_cpu_temperature()

0 commit comments

Comments
 (0)