Skip to content

Commit

Permalink
Max fan speeds for FX607J
Browse files Browse the repository at this point in the history
  • Loading branch information
seerge committed Apr 21, 2024
1 parent e193290 commit 8f70f2a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/Fan/FanSensorControl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ static int[] GetDefaultMax()
if (AppConfig.ContainsModel("FA507R")) return new int[3] { 63, 57, DEFAULT_FAN_MAX };
if (AppConfig.ContainsModel("FA507X")) return new int[3] { 63, 68, DEFAULT_FAN_MAX };

if (AppConfig.ContainsModel("FX607J")) return new int[3] { 74, 72, DEFAULT_FAN_MAX };

if (AppConfig.ContainsModel("GX650")) return new int[3] { 62, 62, DEFAULT_FAN_MAX };

if (AppConfig.ContainsModel("G732")) return new int[3] { 61, 60, DEFAULT_FAN_MAX };
Expand Down

0 comments on commit 8f70f2a

Please sign in to comment.