Skip to content

Commit f54e613

Browse files
authored
Added print
1 parent 11eed64 commit f54e613

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)