mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-01 21:54:55 -04:00
SDRPlayV3: correct API hardware ID
This commit is contained in:
@@ -199,7 +199,7 @@ const QMap<QString, QString> WebAPIUtils::m_sourceDeviceHwIdToSettingsKey = {
|
||||
{"RTLSDR", "rtlSdrSettings"},
|
||||
{"RemoteInput", "remoteInputSettings"},
|
||||
{"SDRplay1", "sdrPlaySettings"},
|
||||
{"SDRplay", "sdrPlayV3Settings"},
|
||||
{"SDRplayV3", "sdrPlayV3Settings"},
|
||||
{"SigMFFileInput", "sigMFFileInputSettings"},
|
||||
{"SoapySDR", "soapySDRInputSettings"},
|
||||
{"TestSource", "testSourceSettings"},
|
||||
@@ -223,7 +223,7 @@ const QMap<QString, QString> WebAPIUtils::m_sourceDeviceHwIdToActionsKey = {
|
||||
{"RemoteInput", "remoteInputActions"},
|
||||
{"RTLSDR", "rtlSdrActions"},
|
||||
{"SDRplay1", "sdrPlayActions"},
|
||||
{"SDRplay", "sdrPlayV3Actions"},
|
||||
{"SDRplayV3", "sdrPlayV3Actions"},
|
||||
{"SigMFFileInput", "sigMFFileActions"},
|
||||
{"SoapySDR", "soapySDRInputActions"},
|
||||
{"TestSource", "testSourceActions"},
|
||||
|
||||
Reference in New Issue
Block a user