remove unneded

pull/459/head
cronyx 2022-09-13 15:27:18 +03:00
parent a16b573d63
commit 5d52ba1e13
2 changed files with 1 additions and 2 deletions

View File

@ -36,7 +36,7 @@ load_interface() {
}
start_wfb() {
wfb_tx -p ${stream} -u ${udp_port} -K ${keydir}/drone.key -B ${bandwidth} -M ${mcs_index} -S ${stbc} -L ${ldpc} -G ${guard_interval} -k ${fec_k} -n ${fec_n} -T ${fec_timeout} -i ${stream} -e ${epoch} ${wlan} &
wfb_tx -p ${stream} -u ${udp_port} -K ${keydir}/drone.key -B ${bandwidth} -M ${mcs_index} -S ${stbc} -L ${ldpc} -G ${guard_interval} -k ${fec_k} -n ${fec_n} -T ${fec_timeout} -i ${link_id} ${wlan} &
}
case "$1" in

View File

@ -11,7 +11,6 @@ ldpc=1
mcs_index=1
stream=0
link_id=7669206
epoch=0
udp_port=5600
fec_k=8
fec_n=12