mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-01 13:47:01 -04:00
XTRX MIMO: REST API
This commit is contained in:
@@ -108,7 +108,8 @@ const QMap<QString, QString> WebAPIUtils::m_deviceIdToSettingsKey = {
|
||||
{"sdrangel.samplesource.usrp", "usrpInputSettings"},
|
||||
{"sdrangel.samplesink.usrp", "usrpOutputSettings"},
|
||||
{"sdrangel.samplesource.xtrx", "xtrxInputSettings"},
|
||||
{"sdrangel.samplesink.xtrx", "xtrxOutputSettings"}
|
||||
{"sdrangel.samplesink.xtrx", "xtrxOutputSettings"},
|
||||
{"sdrangel.samplemimo.xtrxmimo", "xtrxMIMOSettings"}
|
||||
};
|
||||
|
||||
const QMap<QString, QString> WebAPIUtils::m_channelTypeToSettingsKey = {
|
||||
@@ -222,7 +223,8 @@ const QMap<QString, QString> WebAPIUtils::m_mimoDeviceHwIdToSettingsKey = {
|
||||
{"BladeRF2", "bladeRF2MIMOSettings"},
|
||||
{"MetisMISO", "metisMISOSettings"},
|
||||
{"TestMI", "testMISettings"},
|
||||
{"TestMOSync", "testMOSyncSettings"}
|
||||
{"TestMOSync", "testMOSyncSettings"},
|
||||
{"XTRX", "xtrxMIMOSettings"}
|
||||
};
|
||||
|
||||
const QMap<QString, QString> WebAPIUtils::m_mimoDeviceHwIdToActionsKey = {
|
||||
|
||||
Reference in New Issue
Block a user