Skip to content

Commit

Permalink
Slightly increase temp of the guardian ...
Browse files Browse the repository at this point in the history
... to give openhd more headroom to perform less invasive deffense
  • Loading branch information
Consti10 authored Apr 23, 2024
1 parent c411644 commit 174e434
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x20/temperature_guardian
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/bash

MaxTempWarn=75000
# In case openhd thermal protection doesn't work or isn't enough
MaxTempWarn=77000
MaxTempShutdown=80000

while true; do
Expand Down

0 comments on commit 174e434

Please sign in to comment.