Skip to content

Commit

Permalink
lower z1 tdp to 65W
Browse files Browse the repository at this point in the history
  • Loading branch information
antheas committed Feb 24, 2025
1 parent 49b50d5 commit 7a223c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/adjustor/core/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,10 +207,10 @@ class AsusTDP(TypedDict):
"balanced": 45,
"performance_min": 50,
"performance_dc": 54,
"performance": 70,
"performance": 65,
"min_tdp": 5,
"max_tdp_dc": 54,
"max_tdp": 70,
"max_tdp": 65,
"max_tdp_oc": 90,
"supports_cycle": False,
}
Expand Down

0 comments on commit 7a223c9

Please sign in to comment.