mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Limits
This commit is contained in:
@@ -21,8 +21,8 @@ namespace Ryzen
|
|||||||
|
|
||||||
public static int MinTemp => AppConfig.Get("min_temp", 75);
|
public static int MinTemp => AppConfig.Get("min_temp", 75);
|
||||||
public const int MaxTemp = 98;
|
public const int MaxTemp = 98;
|
||||||
public static int MinSkin => 30;
|
public static int MinSkin => 25;
|
||||||
public const int MaxSkin = 90;
|
public const int MaxSkin = 46;
|
||||||
|
|
||||||
public static int FAMID { get; protected set; }
|
public static int FAMID { get; protected set; }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user