1
0
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:
f4exb
2022-09-26 00:56:55 +02:00
parent 180c840633
commit b54575041d
6 changed files with 78 additions and 61 deletions
@@ -195,6 +195,7 @@ public:
private:
DeviceAPI *m_deviceAPI;
QMutex m_mutex;
bool m_openSuccess;
SoapySDRInputSettings m_settings;
QString m_deviceDescription;
bool m_running;