mirror of
https://github.com/bkerler/mtkclient.git
synced 2024-11-14 11:14:56 -05:00
This commit is contained in:
parent
279e364838
commit
66bb0d52ee
1 changed files with 2 additions and 3 deletions
|
@ -798,9 +798,8 @@ class DAXML(metaclass=LogBase):
|
|||
return None
|
||||
|
||||
def change_usb_speed(self):
|
||||
resp = self.send_command(self.Cmd.cmd_can_higher_usb_speed())
|
||||
if "Unsupported" in resp:
|
||||
return False
|
||||
return self.send_command(self.Cmd.cmd_can_higher_usb_speed())
|
||||
|
||||
|
||||
def read_partition_table(self) -> tuple:
|
||||
self.send_command(self.Cmd.cmd_read_partition_table(), noack=True)
|
||||
|
|
Loading…
Reference in a new issue