rpmb fix
Some checks failed
Python application / Test (push) Has been cancelled

This commit is contained in:
Bjoern Kerler 2024-09-26 20:45:57 +02:00
parent 279e364838
commit 66bb0d52ee
No known key found for this signature in database
GPG key ID: A3E0FAF79F2F4578

View file

@ -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)