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:
parent
c3000aa020
commit
5fe52b37b0
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue