Skip to content

Commit 73e55a0

Browse files
committed
add instructions for windows for prox keys script
1 parent 325ef1e commit 73e55a0

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

proximity_keys.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
#!/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+
27
import sys
38
import asyncio
49
import argparse

0 commit comments

Comments
 (0)