Skip to content

Commit

Permalink
Remove --aggressive from config options as the standard build will ig…
Browse files Browse the repository at this point in the history
…nore it.
  • Loading branch information
mutability committed Feb 16, 2016
1 parent 8f58d06 commit 577fe9b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
4 changes: 0 additions & 4 deletions debian/config-template
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down
1 change: 0 additions & 1 deletion debian/dump1090-mutability.init
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 0 additions & 10 deletions debian/dump1090-mutability.templates
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 577fe9b

Please sign in to comment.