Remove duplicated --net-bo-port 30005 in default config

This commit is contained in:
Oliver Jowett 2019-12-02 13:40:23 +08:00
parent f868e4c010
commit c853db67d0
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
# dump1090-fa won't automatically start unless ENABLED=yes
ENABLED=yes
RECEIVER_OPTIONS="--device-index 0 --gain -10 --ppm 0 --net-bo-port 30005"
RECEIVER_OPTIONS="--device-index 0 --gain -10 --ppm 0"
DECODER_OPTIONS="--max-range 360"
NET_OPTIONS="--net --net-heartbeat 60 --net-ro-size 1000 --net-ro-interval 1 --net-ri-port 0 --net-ro-port 30002 --net-sbs-port 30003 --net-bi-port 30004,30104 --net-bo-port 30005"
JSON_OPTIONS="--json-location-accuracy 1"