diff --git a/app/AppConfig.cs b/app/AppConfig.cs index bfe68f637..7f0455492 100644 --- a/app/AppConfig.cs +++ b/app/AppConfig.cs @@ -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"))); }