1
0

Removed unnecessary lines at the end of rs485_pingpong.py

This commit is contained in:
BlueFox 2024-09-14 22:05:12 +00:00
parent c082625cdf
commit 8abc8507c4

View File

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