Max Fan RPMs for GA403

This commit is contained in:
Serge
2024-03-09 15:45:48 +01:00
parent cb03848cd7
commit 4e45d1464c

View File

@@ -67,6 +67,8 @@ namespace GHelper.Fan
if (AppConfig.ContainsModel("GV601")) return new int[3] { 78, 59, 85 };
if (AppConfig.ContainsModel("GA403")) return new int[3] { 68, 68, 80 };
return new int[3] { DEFAULT_FAN_MAX, DEFAULT_FAN_MAX, DEFAULT_FAN_MAX };
}