Skip to content

Commit fc85f4f

Browse files
committed
Add support for a TextPacket, as sent using the UART module in the AdaFruit BlueTooth app
1 parent a4625c2 commit fc85f4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adafruit_bluefruit_connect/text_packet.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,6 @@ def text(self):
4141
"""Return the text associated with the object."""
4242
return self._text
4343

44+
4445
# Register this class with the superclass. This allows the user to import only what is needed.
4546
TextPacket.register_packet_type()

0 commit comments

Comments
 (0)