Skip to content

Commit

Permalink
Update fan on/off thresholds (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkowalsk1 authored Jul 19, 2023
1 parent 03b1f09 commit b57e66b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions panther_manager/config/manager_bt_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ safety:
critical_bat_temp: 59.0
cpu_fan_on_temp: 70.0
cpu_fan_off_temp: 60.0
driver_fan_on_temp: 45.0
driver_fan_off_temp: 35.0
driver_fan_on_temp: 50.0
driver_fan_off_temp: 45.0
plugin_libs:
- tick_after_timeout_bt_node
- shutdown_single_host_bt_node
Expand Down

0 comments on commit b57e66b

Please sign in to comment.