We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bb4074 commit 6c2bef4Copy full SHA for 6c2bef4
src/hhd/device/claw/base.py
@@ -383,7 +383,8 @@ def prepare(m):
383
# realizes it woke up and switches to desktop mode.
384
# Therefore we need to wait otherwise we race it and
385
# end up stuck in desktop mode.
386
- time.sleep(2)
+ if prev:
387
+ time.sleep(3)
388
logger.info("Setting controller to dinput mode.")
389
d_vend.set_dinput_mode()
390
prev = time.perf_counter()
0 commit comments