removed delay between repeated frames

This commit is contained in:
dj2ls 2022-10-06 11:36:14 +02:00
parent 47f6e54b6d
commit d865edcfe7

View file

@ -2029,7 +2029,7 @@ class DATA:
stop_frame[1:2] = self.session_id
stop_frame[7:13] = helpers.callsign_to_bytes(self.mycallsign)
self.enqueue_frame_for_tx(stop_frame, copies=2, repeat_delay=250)
self.enqueue_frame_for_tx(stop_frame, copies=2, repeat_delay=0)
static.TNC_STATE = "IDLE"
static.ARQ_STATE = False