mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-02-02 12:54:44 +01:00
Changed defaults
This commit is contained in:
parent
64436f1034
commit
b74043e2ee
@ -106,10 +106,10 @@ int sdrpp_main(int argc, char *argv[]) {
|
||||
defConfig["bandPlanEnabled"] = true;
|
||||
defConfig["centerTuning"] = false;
|
||||
defConfig["colorMap"] = "Classic";
|
||||
defConfig["fastFFT"] = true;
|
||||
defConfig["fastFFT"] = false;
|
||||
defConfig["fftHeight"] = 300;
|
||||
defConfig["frequency"] = 100000000.0;
|
||||
defConfig["fullWaterfallUpdate"] = true;
|
||||
defConfig["fullWaterfallUpdate"] = false;
|
||||
defConfig["max"] = 0.0;
|
||||
defConfig["maximized"] = false;
|
||||
defConfig["menuOrder"] = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user