Remove --aggressive from config options as the standard build will ignore it.

This commit is contained in:
Oliver Jowett 2016-02-16 10:12:22 +00:00
parent 8f58d0621c
commit 577fe9b52e
3 changed files with 0 additions and 15 deletions

View file

@ -44,10 +44,6 @@ PHASE_ENHANCE=
# If yes, fixes messages with correctable CRC errors.
FIX_CRC=
# If yes, enables aggressive fixes to damaged messages.
# Use with caution - it can increase the rate of undetected errors.
AGGRESSIVE=
# If set, supplies a reference location for local position decoding.
LAT=
LON=

View file

@ -61,7 +61,6 @@ if [ "x$OVERSAMPLE" = "xyes" ]; then ARGS="$ARGS --oversample"; fi
# decoder:
if [ "x$FIX_CRC" = "xyes" ]; then ARGS="$ARGS --fix"; fi
if [ "x$PHASE_ENHANCE" = "xyes" ]; then ARGS="$ARGS --phase-enhance"; fi
if [ "x$AGGRESSIVE" = "xyes" ]; then ARGS="$ARGS --aggressive"; fi
if [ -n "$LAT" ]; then ARGS="$ARGS --lat $LAT"; fi
if [ -n "$LON" ]; then ARGS="$ARGS --lon $LON"; fi
ARGS="$ARGS --max-range $MAX_RANGE"; fi

View file

@ -76,16 +76,6 @@ Description: Apply phase enhancement?
Type: boolean
Default: true
Template: dump1090-mutability/decode-aggressive
Description: Aggressively fix more errors?
dump1090 can apply more aggressive corrections to received messages,
primarily correcting two-bit CRC errors.
.
Use with caution! This can significantly increase the rate of undetected
message errors (i.e. increase the rate of garbled decoded messages)
Type: boolean
Default: false
Template: dump1090-mutability/decode-lat
Description: Latitude of receiver, in decimal degrees:
If the location of the receiver is provided, dump1090 can do