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.
1 parent 54cb397 commit 6b822faCopy full SHA for 6b822fa
adafruit_ble_radio.py
@@ -65,7 +65,7 @@
65
class _RadioAdvertisement(Advertisement):
66
"""Broadcast arbitrary bytes as a radio message."""
67
68
- prefix = struct.pack("<BBH", 0x3, 0xFF, _ADAFRUIT_COMPANY_ID)
+ match_prefixes = (struct.pack("<BH", 0xFF, _ADAFRUIT_COMPANY_ID),)
69
manufacturer_data = LazyObjectField(
70
ManufacturerData,
71
"manufacturer_data",
0 commit comments