mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-06-26 12:27:51 +02:00
Added SDRplay source to the Raspberry Pi CI
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user