Charge limits for GA403

This commit is contained in:
Serge
2024-06-02 12:28:03 +02:00
committed by GitHub
parent 34ec26dba0
commit 53bb4b8760

View File

@@ -628,12 +628,12 @@ public static class AppConfig
public static bool IsChargeLimit80()
{
return ContainsModel("GA403");
return ContainsModel("GA403UI");
}
public static bool IsChargeLimit6080()
{
return ContainsModel("GU605") || ContainsModel("GA503R") || (IsTUF() && !(ContainsModel("FX507Z") || ContainsModel("FA617")));
return ContainsModel("GA403UU") || ContainsModel("GA403UV") || ContainsModel("GU605") || ContainsModel("GA503R") || (IsTUF() && !(ContainsModel("FX507Z") || ContainsModel("FA617")));
}