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

@ -53,7 +53,7 @@ public:
RTLTCPSourceModule(std::string name) {
this->name = name;
sampleRate = 2560000.0;
sampleRate = 2400000.0;
int srCount = sizeof(sampleRatesTxt) / sizeof(char*);
for (int i = 0; i < srCount; i++) {