mirror of
https://github.com/bkerler/edl.git
synced 2024-11-14 19:14:58 -05:00
Fix for old devices
This commit is contained in:
parent
3384ffa577
commit
8e20e6f359
1 changed files with 1 additions and 0 deletions
|
@ -138,6 +138,7 @@ class qualcomm_firehose:
|
|||
else:
|
||||
status = True
|
||||
resp = {"value":"ACK"}
|
||||
time.sleep(0.01)
|
||||
return [status, resp, rdata]
|
||||
|
||||
def cmd_reset(self):
|
||||
|
|
Loading…
Reference in a new issue