Skip to content

Commit d53a0a1

Browse files
committed
move tt message up
1 parent 5f6c0b4 commit d53a0a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hhd/device/generic/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,11 @@ def plugin_run(
7171
try:
7272
with open("/sys/devices/platform/oxp-platform/tt_toggle", "w") as f:
7373
f.write("1")
74+
logger.info(f"Turbo button takeover enabled")
7475
except Exception:
7576
logger.warn(
7677
f"Turbo takeover failed. Ensure you have the latest oxp-sensors driver installed."
7778
)
78-
logger.info(f"Turbo button takeover enabled")
7979

8080
try:
8181
logger.info("Launching emulated controller.")

0 commit comments

Comments
 (0)