mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
removed delay between repeated frames
This commit is contained in:
parent
47f6e54b6d
commit
d865edcfe7
1 changed files with 1 additions and 1 deletions
|
@ -2029,7 +2029,7 @@ class DATA:
|
||||||
stop_frame[1:2] = self.session_id
|
stop_frame[1:2] = self.session_id
|
||||||
stop_frame[7:13] = helpers.callsign_to_bytes(self.mycallsign)
|
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.TNC_STATE = "IDLE"
|
||||||
static.ARQ_STATE = False
|
static.ARQ_STATE = False
|
||||||
|
|
Loading…
Reference in a new issue