mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-07-07 15:18:08 +00:00
fixup! fixup! feat(core): trezorctl working via BLE
This commit is contained in:
parent
88a9be455d
commit
5abbd6efd0
@ -14,7 +14,7 @@ class BleInterfaceExternal:
|
||||
return 17
|
||||
|
||||
def write(self, msg: bytes) -> int:
|
||||
return ble.write_int(self, msg)
|
||||
return ble.write_ext(self, msg)
|
||||
|
||||
|
||||
# interface used for trezor wire protocol
|
||||
|
Loading…
Reference in New Issue
Block a user