diff options
author | moimadmax <moimadmax@users.noreply.github.com> | 2016-09-22 17:54:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-22 17:54:28 +0200 |
commit | 6de3b100d572ae3679665d85c83d6f02ff175233 (patch) | |
tree | 80f01676afed22f51ee0da1823b45e2398e55f03 | |
parent | 26235b7fc9e2ac3c0c8a8934ac662c04cdc48130 (diff) | |
parent | d8c52ecad9c91603ff946298a83fb523048a3a13 (diff) | |
download | pyParrotZikTCP-6de3b100d572ae3679665d85c83d6f02ff175233.tar.xz pyParrotZikTCP-6de3b100d572ae3679665d85c83d6f02ff175233.zip |
Merge pull request #1 from moimadmax/patch-1
Add Parrot Zik 3 compatibility
-rw-r--r-- | parrot_zik/bluetooth_paired_devices.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/parrot_zik/bluetooth_paired_devices.py b/parrot_zik/bluetooth_paired_devices.py index 905819f..ba9ac9d 100644 --- a/parrot_zik/bluetooth_paired_devices.py +++ b/parrot_zik/bluetooth_paired_devices.py @@ -126,7 +126,8 @@ def connect(): name="Parrot RFcomm service", addr=mac) else: uuids = ["0ef0f502-f0ee-46c9-986c-54ed027807fb", - "8B6814D3-6CE7-4498-9700-9312C1711F63"] + "8B6814D3-6CE7-4498-9700-9312C1711F63", + "8B6814D3-6CE7-4498-9700-9312C1711F64"] service_matches = [] for uuid in uuids: try: |