mirror of
https://github.com/bkerler/mtkclient.git
synced 2024-11-14 19:25:05 -05:00
Compare commits
2 commits
5c2388ba3f
...
aaee66e622
Author | SHA1 | Date | |
---|---|---|---|
|
aaee66e622 | ||
|
f8272a402e |
1 changed files with 1 additions and 3 deletions
|
@ -797,9 +797,7 @@ class DAXML(metaclass=LogBase):
|
||||||
return None
|
return None
|
||||||
|
|
||||||
def change_usb_speed(self):
|
def change_usb_speed(self):
|
||||||
resp = self.send_command(self.Cmd.cmd_can_higher_usb_speed())
|
return self.send_command(self.Cmd.cmd_can_higher_usb_speed())
|
||||||
if "Unsupported" in resp:
|
|
||||||
return False
|
|
||||||
|
|
||||||
def read_partition_table(self) -> tuple:
|
def read_partition_table(self) -> tuple:
|
||||||
self.send_command(self.Cmd.cmd_read_partition_table(), noack=True)
|
self.send_command(self.Cmd.cmd_read_partition_table(), noack=True)
|
||||||
|
|
Loading…
Reference in a new issue