mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
removed mode and n_frames
This commit is contained in:
parent
a44a8957b6
commit
c3ffcfe725
1 changed files with 1 additions and 2 deletions
|
@ -26,7 +26,6 @@ import structlog
|
|||
import stats
|
||||
import ujson as json
|
||||
from codec2 import FREEDV_MODE, FREEDV_MODE_USED_SLOTS
|
||||
from exceptions import NoCallsign
|
||||
from queues import DATA_QUEUE_RECEIVED, DATA_QUEUE_TRANSMIT, RX_BUFFER
|
||||
from static import FRAME_TYPE as FR_TYPE
|
||||
|
||||
|
@ -2092,7 +2091,7 @@ class DATA:
|
|||
# for calculating transmission statistics
|
||||
# ARQ.arq_compression_factor = len(data_out) / len(lzma.compress(data_out))
|
||||
|
||||
self.arq_open_data_channel(mode, n_frames_per_burst, mycallsign)
|
||||
self.arq_open_data_channel(mycallsign)
|
||||
|
||||
# wait until data channel is open
|
||||
while not ARQ.arq_state and not self.datachannel_timeout:
|
||||
|
|
Loading…
Reference in a new issue