Skip to content

Commit 2496ef5

Browse files
committed
Correct dynamic boost range for FA608 #4435
1 parent 860f42a commit 2496ef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/AppConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ public static bool DynamicBoost5()
577577

578578
public static bool DynamicBoost15()
579579
{
580-
return ContainsModel("FX507ZC4") || ContainsModel("GA403UM") || ContainsModel("GU605CP") || ContainsModel("FX608J") || ContainsModel("FX608L");
580+
return ContainsModel("FX507ZC4") || ContainsModel("GA403UM") || ContainsModel("GU605CP") || ContainsModel("FX608J") || ContainsModel("FX608L") || ContainsModel("FA608U") || ContainsModel("FA608P") || ContainsModel("FA608W");
581581
}
582582

583583
public static bool DynamicBoost20()

0 commit comments

Comments
 (0)