Skip to content

Commit

Permalink
Unsupported charge limits for GU605
Browse files Browse the repository at this point in the history
  • Loading branch information
seerge committed Jun 1, 2024
1 parent 9514cae commit d076765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/AppConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ public static bool IsChargeLimit80()

public static bool IsChargeLimit6080()
{
return IsTUF() && !(ContainsModel("FX507Z") || ContainsModel("FA617"));
return ContainsModel("GU605") || (IsTUF() && !(ContainsModel("FX507Z") || ContainsModel("FA617")));

}

Expand Down

0 comments on commit d076765

Please sign in to comment.