Enable RTL-SDR auto-gain; remove net rate limit

* With this setting more messages are decoded and at a greater range.

* Get rid of batch rate limiting for dump1090 networking. It's more of a thing for Windows, anyway.
This commit is contained in:
Karl Lehenbauer 2015-01-06 17:02:14 +00:00
parent c3000aa020
commit 5fe52b37b0
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
#
### END INIT INFO
# Fill in name of program here.
PROG_ARGS="--quiet --net --net-ro-size 500 --net-ro-rate 5 --net-buffer 5"
PROG_ARGS="--quiet --net --gain -10"
. /lib/lsb/init-functions