mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-07 16:34:45 -04:00
SoapySDR: make sure device open is successful before starting. Fixes #1441
This commit is contained in:
@@ -195,6 +195,7 @@ public:
|
||||
private:
|
||||
DeviceAPI *m_deviceAPI;
|
||||
QMutex m_mutex;
|
||||
bool m_openSuccess;
|
||||
SoapySDRInputSettings m_settings;
|
||||
QString m_deviceDescription;
|
||||
bool m_running;
|
||||
|
||||
Reference in New Issue
Block a user