mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-01 21:54:55 -04:00
Recognize SDRplay RSP2 but do not support it effectively
This commit is contained in:
@@ -112,6 +112,8 @@ bool SDRPlayInput::openDevice()
|
||||
|
||||
if (QString(product) == "RSP1A") {
|
||||
m_variant = SDRPlayRSP1A;
|
||||
} else if (QString(product) == "RSP2") {
|
||||
m_variant = SDRPlayRSP2;
|
||||
} else {
|
||||
m_variant = SDRPlayRSP1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user