Skip to content

Commit

Permalink
Make bleak a default connection type for auto
Browse files Browse the repository at this point in the history
  • Loading branch information
undera authored Oct 14, 2021
1 parent a13bbab commit 6fc3bf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylgbst/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ def get_connection_bleak(controller='hci0', hub_mac=None, hub_name=None):

def get_connection_auto(controller='hci0', hub_mac=None, hub_name=None):
fns = [
get_connection_bleak,
get_connection_bluepy,
get_connection_bluegiga,
get_connection_gatt,
get_connection_bleak,
get_connection_gattool,
get_connection_gattlib,
]
Expand Down

0 comments on commit 6fc3bf4

Please sign in to comment.