Added SDRplay source to the Raspberry Pi CI

This commit is contained in:
AlexandreRouma
2022-01-29 16:31:59 +01:00
parent 8dcf17bef7
commit 5e5c575e93
2 changed files with 1 additions and 12 deletions

View File

@ -161,17 +161,6 @@ public:
config.release();
selectByName(confSelectDev);
// if (sampleRateList.size() > 0) {
// sampleRate = sampleRateList[0];
// }
// Select device from config
// config.acquire();
// std::string devSerial = config.conf["device"];
// config.release();
// selectByString(devSerial);
// core::setInputSampleRate(sampleRate);
sigpath::sourceManager.registerSource("SDRplay", &handler);
initOk = true;