mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-11-10 12:47:40 +01:00
Fixed windowing not being enabled by default
This commit is contained in:
parent
ab376ea1aa
commit
d4849af171
@ -118,7 +118,7 @@ int sdrpp_main(int argc, char *argv[]) {
|
|||||||
defConfig["fastFFT"] = false;
|
defConfig["fastFFT"] = false;
|
||||||
defConfig["fftHeight"] = 300;
|
defConfig["fftHeight"] = 300;
|
||||||
defConfig["fftSize"] = 65536;
|
defConfig["fftSize"] = 65536;
|
||||||
defConfig["fftWindow"] = 0;
|
defConfig["fftWindow"] = 1;
|
||||||
defConfig["frequency"] = 100000000.0;
|
defConfig["frequency"] = 100000000.0;
|
||||||
defConfig["fullWaterfallUpdate"] = false;
|
defConfig["fullWaterfallUpdate"] = false;
|
||||||
defConfig["max"] = 0.0;
|
defConfig["max"] = 0.0;
|
||||||
|
Loading…
Reference in New Issue
Block a user