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!) - - - - - - -