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 96ab6d8 commit 7f05c51Copy full SHA for 7f05c51
adafruit_ble/advertising/adafruit.py
@@ -65,6 +65,7 @@ class AdafruitColor(Advertisement):
65
66
67
class AdafruitRadio(Advertisement):
68
+ """Broadcast arbitrary bytes as a radio message."""
69
prefix = struct.pack("<BBHH",
70
0x6,
71
_MANUFACTURING_DATA_ADT,
0 commit comments