1
0
Fork 0
mirror of https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git synced 2024-10-16 05:50:44 +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:
Fred Clausen 2023-10-10 07:59:12 -06:00 committed by GitHub
commit f7ec26234d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
# #