Skip to content

Commit

Permalink
[no ci] air unit: add control port 8000 to wfb_tx by default (#1540)
Browse files Browse the repository at this point in the history
  • Loading branch information
cronyx authored Aug 28, 2024
1 parent a0c9bac commit 640e009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion general/package/wifibroadcast/files/wifibroadcast
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ load_interface() {
start_drone_wfb() {
wfb_tx -p "$stream" -u "$udp_port" -R "$rcv_buf" -K "$keydir/$unit.key" -B "$bandwidth" \
-M "$mcs_index" -S "$stbc" -L "$ldpc" -G "$guard_interval" -k "$fec_k" -n "$fec_n" \
-T "$pool_timeout" -i "$link_id" -f "$frame_type" "$wlan" > /dev/null &
-T "$pool_timeout" -i "$link_id" -f "$frame_type" -C 8000 "$wlan" > /dev/null &
}
start_gs_wfb() {
Expand Down

0 comments on commit 640e009

Please sign in to comment.