mirror of
https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git
synced 2024-11-21 13:20:11 +00:00
use beast_out instead of beast_reduce_out for mlat results
This commit is contained in:
parent
2de1f3eed9
commit
9221009a56
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ MLATHUB_CMD+=("--mlat")
|
|||
MLATHUB_CMD+=("--forward-mlat")
|
||||
MLATHUB_CMD+=("--forward-mlat-sbs")
|
||||
|
||||
MLATHUB_CMD+=("--net-connector=localhost,30004,beast_reduce_out")
|
||||
MLATHUB_CMD+=("--net-connector=localhost,30004,beast_out")
|
||||
|
||||
# define some more ports:
|
||||
MLATHUB_CMD+=("--net-sbs-port=${MLATHUB_SBS_OUT_PORT:-31003}")
|
||||
|
|
Loading…
Reference in a new issue