Skip to content

Commit 108387a

Browse files
authored
Merge pull request #1832 from adafruit/dherrada-patch-1
Added print
2 parents 11eed64 + f54e613 commit 108387a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

UART-Between-Boards/code.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
if byte_read == b">":
8080
# End of message. Don't record the ">".
8181
# Now we have a complete message. Convert it to a string, and split it up.
82+
print(message)
8283
message_parts = "".join(message).split(",")
8384
message_type = message_parts[0]
8485
message_started = False

0 commit comments

Comments
 (0)