We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a642f83 + c9a5427 commit d869153Copy full SHA for d869153
adafruit_ble_file_transfer.py
@@ -65,7 +65,7 @@ def __init__(self) -> None:
65
fixed_length=False,
66
)
67
68
- def bind(self, service: Service) -> _bleio.PacketBuffer:
+ def bind(self, service: "FileTransferService") -> _bleio.PacketBuffer:
69
"""Binds the characteristic to the given Service."""
70
bound_characteristic = super().bind(service)
71
return _bleio.PacketBuffer(
0 commit comments