Skip to content

Commit

Permalink
UV Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
seerge committed Mar 5, 2024
1 parent 53d7382 commit abc9acd
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 944 deletions.
2 changes: 1 addition & 1 deletion app/Ryzen/RyzenControl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace Ryzen
internal class RyzenControl
{

public static int MinCPUUV => AppConfig.Get("min_uv", -30);
public static int MinCPUUV => AppConfig.Get("min_uv", -40);
public const int MaxCPUUV = 0;

public const int MinIGPUUV = -20;
Expand Down
Loading

0 comments on commit abc9acd

Please sign in to comment.