Skip to content

Commit

Permalink
patch: emg waiting timeout
Browse files Browse the repository at this point in the history
Update sas.py
  • Loading branch information
well-it-wasnt-me authored Mar 4, 2024
2 parents 77f456a + 499590a commit fa0e6ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sas.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def __init__(
debug_level="DEBUG", # Debug Level
perpetual=False, # When this is true the lib will try forever to connect to the serial
check_last_transaction = True,
wait_for_wake_up = 0.01
wait_for_wake_up = 0.00
):
# Let's address some internal var
self.poll_timeout = timeout
Expand Down

0 comments on commit fa0e6ab

Please sign in to comment.