Skip to content

Commit

Permalink
Bump timeout to 6 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
Liam Wickins committed May 6, 2022
1 parent 526fa7b commit 6a6cb9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pylinkit/dte_nus.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def __init__(self, device):
self._queued_data = ''
device.subscribe(NUS_TX_CHAR_UUID, self._data_handler)

def send(self, data, timeout=4.0, multi_response=False):
def send(self, data, timeout=6.0, multi_response=False):
self._protocol = DTENUSProtocol()
self._queued_data = ''
self._terminate = False
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='pylinkit',
version='3.3.1',
version='3.3.2',
description='Python LinkIt BLE configuration tool',
author='Liam Wickins',
author_email='[email protected]',
Expand Down

0 comments on commit 6a6cb9e

Please sign in to comment.