Skip to content

Commit

Permalink
Fix for old devices
Browse files Browse the repository at this point in the history
  • Loading branch information
bkerler committed Jan 7, 2021
1 parent 8e20e6f commit 014ea4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/firehose.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def xmlsend(self, data, skipresponse=False):
else:
status = True
resp = {"value":"ACK"}
time.sleep(0.01)
time.sleep(0.02)
return [status, resp, rdata]

def cmd_reset(self):
Expand Down

0 comments on commit 014ea4f

Please sign in to comment.