Tweak --net-ro-size / --net-ro-interval defaults

This commit is contained in:
Oliver Jowett 2019-12-02 13:49:48 +08:00
parent 4ab1938f97
commit 59170cbacb
1 changed files with 1 additions and 1 deletions

View File

@ -11,5 +11,5 @@ ENABLED=yes
RECEIVER_OPTIONS="--device-index 0 --gain -10 --ppm 0" RECEIVER_OPTIONS="--device-index 0 --gain -10 --ppm 0"
DECODER_OPTIONS="--max-range 360 --fix" DECODER_OPTIONS="--max-range 360 --fix"
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 1300 --net-ro-interval 0.2 --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"