mirror of
https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git
synced 2024-11-24 06:40:09 +00:00
Remove READSB_MODEAC=true from suggested/example ultrafeeder config (#32)
Remove READSB_MODEAC=true from suggested/example ultrafeeder config None of the feeder sites process Mode A/C messages, it just wastes CPU cycles to decode these.
This commit is contained in:
commit
f7ec26234d
1 changed files with 0 additions and 1 deletions
|
@ -30,7 +30,6 @@ services:
|
||||||
- READSB_LON=${FEEDER_LONG}
|
- READSB_LON=${FEEDER_LONG}
|
||||||
- READSB_ALT=${FEEDER_ALT_M}m
|
- READSB_ALT=${FEEDER_ALT_M}m
|
||||||
- READSB_GAIN=${ADSB_SDR_GAIN}
|
- READSB_GAIN=${ADSB_SDR_GAIN}
|
||||||
- READSB_MODEAC=true
|
|
||||||
- READSB_RX_LOCATION_ACCURACY=2
|
- READSB_RX_LOCATION_ACCURACY=2
|
||||||
- READSB_STATS_RANGE=true
|
- READSB_STATS_RANGE=true
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue