Skip to content

Commit 91ac32e

Browse files
committed
Send CRC invalid messages
1 parent 9c61ac4 commit 91ac32e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bue_main.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,8 @@ def reader_thread(pipe, output_queue):
400400
with self.test_output_lock:
401401
if "rx msg:" in clean_line:
402402
self.test_output_buffer.append(f"STDOUT: {clean_line}")
403+
elif "CRC invalid" in clean_line:
404+
self.test_output_buffer.append(f"STDOUT: {clean_line}")
403405
except queue.Empty:
404406
pass
405407

0 commit comments

Comments
 (0)