small fixes for #288

This commit is contained in:
DJ2LS 2022-11-20 12:03:45 +01:00
parent ccff03705d
commit 89369f8208

View file

@ -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: