Oversampling is now less scary.

This commit is contained in:
Oliver Jowett 2014-12-27 21:22:43 +00:00
parent 58dfbdcb6b
commit 727a59e8eb
2 changed files with 1 additions and 1 deletions

1
debian/changelog vendored
View file

@ -5,6 +5,7 @@ dump1090-mutability (1.08.2302.14+1mu-4) UNRELEASED; urgency=medium
* Remove some legacy support scripts not needed by the Debian package.
* Add support for controlling the accuracy of the receiver location
written in the JSON metadata used by the webmap.
* Oversampling is now less scary!
-- Oliver Jowett <oliver@mutability.co.uk> Sat, 27 Dec 2014 20:08:44 +0000

View file

@ -833,7 +833,6 @@ int main(int argc, char **argv) {
Modes.interactive_rtl1090 = 1;
} else if (!strcmp(argv[j],"--oversample")) {
Modes.oversample = 1;
fprintf(stderr, "Oversampling enabled. Be very afraid.\n");
#ifndef _WIN32
} else if (!strcmp(argv[j], "--write-json") && more) {
++j;