Created
February 27, 2014 21:08
-
-
Save pellekrogholt/9259610 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26,27c26,30 | |
< if hasattr(socket, "AF_BLUETOOTH"): | |
< | |
--- | |
> # note: open-wrt doesn't play well with python socket and bluetooth | |
> # on socket.connect((mac, port)) it keept raising errors like: | |
> # http://pastebin.com/61dWyUZF | |
> # solution: force to use py-bluez that wrap bluez. | |
> if False: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment