From 382b28767cee3a9060e10e9227911a19946e97c7 Mon Sep 17 00:00:00 2001 From: Oliver Jowett Date: Sun, 15 Jan 2017 12:50:10 +0000 Subject: [PATCH] Make package default max range match what the piaware sdcard image configures. --- debian/dump1090-fa.default | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/dump1090-fa.default b/debian/dump1090-fa.default index edc6d58..d646aaa 100644 --- a/debian/dump1090-fa.default +++ b/debian/dump1090-fa.default @@ -7,6 +7,6 @@ # file will be lost. RECEIVER_OPTIONS="--device-index 0 --gain -10 --ppm 0 --net-bo-port 30005" -DECODER_OPTIONS="--max-range 300" +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"