Skip to content
This repository has been archived by the owner on Sep 28, 2024. It is now read-only.

Commit

Permalink
Set junction temp to 97.
Browse files Browse the repository at this point in the history
  • Loading branch information
fewtarius committed Jul 20, 2024
1 parent 4ea74a1 commit 0dd0469
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple-decky-tdp",
"version": "0.3.8-SF",
"version": "0.3.9-SF",
"description": "Very simple RyzenAdj Decky plugin",
"scripts": {
"build": "shx rm -rf dist && rollup -c --silent",
Expand Down
2 changes: 1 addition & 1 deletion py_modules/cpu_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def ryzenadj(tdp: int):
'--stapm-limit', f"{tdp}",
'--fast-limit', f"{tdp}",
'--slow-limit', f"{tdp}",
'--tctl-temp', f"90"
'--tctl-temp', f"97"
]

results = subprocess.call(commands)
Expand Down

0 comments on commit 0dd0469

Please sign in to comment.