1
0
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:
tychovrahe 2023-04-26 17:44:25 +02:00
parent 88a9be455d
commit 5abbd6efd0

View File

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