Remove duplicated --net-bo-port 30005 in default config
This commit is contained in:
parent
f868e4c010
commit
c853db67d0
|
|
@ -9,7 +9,7 @@
|
||||||
# dump1090-fa won't automatically start unless ENABLED=yes
|
# dump1090-fa won't automatically start unless ENABLED=yes
|
||||||
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"
|
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"
|
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"
|
JSON_OPTIONS="--json-location-accuracy 1"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue