better defaults for rtl-sdr and rtl-tcp sources

This commit is contained in:
Ryzerth
2021-07-31 05:12:26 +02:00
parent 011fdce237
commit c13eb950b2
2 changed files with 2 additions and 2 deletions

View File

@ -160,7 +160,7 @@ public:
config.acquire();
if (!config.conf["devices"].contains(selectedDevName)) {
created = true;
config.conf["devices"][selectedDevName]["sampleRate"] = sampleRate;
config.conf["devices"][selectedDevName]["sampleRate"] = 2400000.0;
config.conf["devices"][selectedDevName]["directSampling"] = directSamplingMode;
config.conf["devices"][selectedDevName]["biasT"] = biasT;
config.conf["devices"][selectedDevName]["offsetTuning"] = offsetTuning;