Added FFTSize setting

This commit is contained in:
Ryzerth
2021-04-13 18:31:38 +02:00
parent b74043e2ee
commit 48bba00cb3
5 changed files with 81 additions and 50 deletions

View File

@@ -108,6 +108,7 @@ int sdrpp_main(int argc, char *argv[]) {
defConfig["colorMap"] = "Classic";
defConfig["fastFFT"] = false;
defConfig["fftHeight"] = 300;
defConfig["fftSize"] = 65536;
defConfig["frequency"] = 100000000.0;
defConfig["fullWaterfallUpdate"] = false;
defConfig["max"] = 0.0;