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
c3ffcfe725
commit
f4eb3947cb
1 changed files with 2 additions and 3 deletions
|
@ -1139,14 +1139,13 @@ class DATA:
|
||||||
snr=snr,
|
snr=snr,
|
||||||
)
|
)
|
||||||
|
|
||||||
def arq_transmit(self, data_out: bytes, mode: int, n_frames_per_burst: int):
|
def arq_transmit(self, data_out: bytes):
|
||||||
"""
|
"""
|
||||||
Transmit ARQ frame
|
Transmit ARQ frame
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
data_out:bytes:
|
data_out:bytes:
|
||||||
mode:int:
|
|
||||||
n_frames_per_burst:int:
|
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue