Removed unnecessary lines at the end of rs485_pingpong.py
This commit is contained in:
parent
c082625cdf
commit
8abc8507c4
@ -92,10 +92,3 @@ while True:
|
|||||||
receiver_error_details = repr(rxDataConcatenated)
|
receiver_error_details = repr(rxDataConcatenated)
|
||||||
print(f'[UART] Received invalid data? Wait until something good comes in! (received "{receiver_error_details}")')
|
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!)
|
rxDataConcatenated = '' # reset the received parts storage (see comments above!)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user