removed possibly obsolete arq state at wrong position

This commit is contained in:
DJ2LS 2024-02-14 09:13:39 +01:00
parent fc9e848f1f
commit fffc59b0a6

View file

@ -98,7 +98,6 @@ class ARQSession():
if isinstance(received_data, bytearray) and isinstance(type_byte, int):
self.arq_data_type_handler.dispatch(type_byte, received_data)
self.states.setARQ(False)
return
self.log(f"Ignoring unknown transition from state {self.state.name} with frame {frame['frame_type']}")