From 8abc8507c45e8a5ceb30a58e277565320511265f Mon Sep 17 00:00:00 2001 From: BlueFox Date: Sat, 14 Sep 2024 22:05:12 +0000 Subject: [PATCH] Removed unnecessary lines at the end of rs485_pingpong.py --- rs485_pingpong.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/rs485_pingpong.py b/rs485_pingpong.py index 47e2527..0144447 100644 --- a/rs485_pingpong.py +++ b/rs485_pingpong.py @@ -92,10 +92,3 @@ while True: receiver_error_details = repr(rxDataConcatenated) print(f'[UART] Received invalid data? Wait until something good comes in! (received "{receiver_error_details}")') rxDataConcatenated = '' # reset the received parts storage (see comments above!) - - - - - - -