mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 14:04:46 -04:00
This commit is contained in:
@@ -100,6 +100,8 @@ bool RTLSDRInput::openDevice()
|
||||
return false;
|
||||
}
|
||||
|
||||
m_sampleFifo.setWrittenSignalRateDivider(32);
|
||||
|
||||
int device;
|
||||
|
||||
if ((device = rtlsdr_get_index_by_serial(qPrintable(m_deviceAPI->getSamplingDeviceSerial()))) < 0)
|
||||
|
||||
Reference in New Issue
Block a user