Oversampling is now less scary.
This commit is contained in:
parent
58dfbdcb6b
commit
727a59e8eb
1
debian/changelog
vendored
1
debian/changelog
vendored
|
@ -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.
|
* Remove some legacy support scripts not needed by the Debian package.
|
||||||
* Add support for controlling the accuracy of the receiver location
|
* Add support for controlling the accuracy of the receiver location
|
||||||
written in the JSON metadata used by the webmap.
|
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
|
-- Oliver Jowett <oliver@mutability.co.uk> Sat, 27 Dec 2014 20:08:44 +0000
|
||||||
|
|
||||||
|
|
|
@ -833,7 +833,6 @@ int main(int argc, char **argv) {
|
||||||
Modes.interactive_rtl1090 = 1;
|
Modes.interactive_rtl1090 = 1;
|
||||||
} else if (!strcmp(argv[j],"--oversample")) {
|
} else if (!strcmp(argv[j],"--oversample")) {
|
||||||
Modes.oversample = 1;
|
Modes.oversample = 1;
|
||||||
fprintf(stderr, "Oversampling enabled. Be very afraid.\n");
|
|
||||||
#ifndef _WIN32
|
#ifndef _WIN32
|
||||||
} else if (!strcmp(argv[j], "--write-json") && more) {
|
} else if (!strcmp(argv[j], "--write-json") && more) {
|
||||||
++j;
|
++j;
|
||||||
|
|
Loading…
Reference in a new issue