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 325ef1e commit 73e55a0Copy full SHA for 73e55a0
1 file changed
proximity_keys.py
@@ -1,4 +1,9 @@
1
#!/usr/bin/env python3
2
+
3
+# Needs https://github.com/google/bumble on Windows
4
+# See https://github.com/google/bumble/blob/main/docs/mkdocs/src/platforms/windows.md for usage.
5
+# You need to associate WinUSB with your Bluetooth interface. Once done, you can roll back to the original driver from Device Manager.
6
7
import sys
8
import asyncio
9
import argparse
0 commit comments