fixup! fixup! feat(core): trezorctl working via BLE

tychovrahe/bluetooth/master
tychovrahe 1 year ago
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…
Cancel
Save