From 091303d90fb4b558151732c715150e4228301bf2 Mon Sep 17 00:00:00 2001 From: Serge <5920850+seerge@users.noreply.github.com> Date: Sun, 3 Mar 2024 10:17:57 +0100 Subject: [PATCH] Swapped fan curves workaround https://github.com/seerge/g-helper/issues/2155 --- app/AppConfig.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/AppConfig.cs b/app/AppConfig.cs index c212a5ad..eea9ea08 100644 --- a/app/AppConfig.cs +++ b/app/AppConfig.cs @@ -514,7 +514,7 @@ public static class AppConfig try { var (bios, model) = GetBiosAndModel(); - return (Int32.Parse(bios) == 317); + return (Int32.Parse(bios) == 317 || Int32.Parse(bios) == 316); } catch {