Increase critical temp
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
d90ba66a2a
commit
31dc52106d
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ import subprocess
|
|||
|
||||
from block import *
|
||||
|
||||
CRIT = 70.0
|
||||
CRIT = 90.0
|
||||
|
||||
CHIP_BLACKLIST = []
|
||||
SENSOR_BLACKLIST = [r'^AUXTIN[0-9]']
|
||||
|
|
Loading…
Reference in a new issue