Skip to content

Commit

Permalink
Merge pull request #29 from SW-CSA/cel_develop
Browse files Browse the repository at this point in the history
change PSU fan threshold
  • Loading branch information
MickeyZhan authored Oct 3, 2018
2 parents 59befa5 + 4d9cac9 commit e49c122
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ set_hwmon_value 24 58 $val in1_max 264000
set_hwmon_value 24 58 $val in2_min 11640
set_hwmon_value 24 58 $val in2_max 12360
set_hwmon_value 24 58 $val fan1_min 1000
set_hwmon_value 24 58 $val fan1_max 20000
set_hwmon_value 24 58 $val fan1_max 30000
set_hwmon_value 24 58 $val temp1_max_hyst 60000
set_hwmon_value 24 58 $val temp1_max 70000
set_hwmon_value 24 58 $val temp2_max_hyst 60000
Expand All @@ -164,7 +164,7 @@ set_hwmon_value 25 59 $val in1_max 264000
set_hwmon_value 25 59 $val in2_min 11640
set_hwmon_value 25 59 $val in2_max 12360
set_hwmon_value 25 59 $val fan1_min 1000
set_hwmon_value 25 59 $val fan1_max 20000
set_hwmon_value 25 59 $val fan1_max 30000
set_hwmon_value 25 59 $val temp1_max_hyst 60000
set_hwmon_value 25 59 $val temp1_max 70000
set_hwmon_value 25 59 $val temp2_max_hyst 60000
Expand Down

0 comments on commit e49c122

Please sign in to comment.