mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
small fixes for #288
This commit is contained in:
parent
ccff03705d
commit
89369f8208
1 changed files with 1 additions and 1 deletions
|
@ -1661,7 +1661,7 @@ class DATA:
|
|||
)
|
||||
return False
|
||||
|
||||
self.arq_open_data_channel(mode, n_frames_per_burst, mycallsign, attempts)
|
||||
self.arq_open_data_channel(mode, n_frames_per_burst, mycallsign)
|
||||
|
||||
# wait until data channel is open
|
||||
while not static.ARQ_STATE and not self.datachannel_timeout:
|
||||
|
|
Loading…
Reference in a new issue