mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-01 21:54:55 -04:00
v7: VORDemod to VORDemodMC conversion in swagger. Part of #1223
This commit is contained in:
@@ -69,6 +69,7 @@ const QMap<QString, QString> WebAPIUtils::m_channelURIToSettingsKey = {
|
||||
{"sdrangel.channeltx.udpsink", "UDPSinkSettings"}, // remap
|
||||
{"sdrangel.channel.udpsink", "UDPSinkSettings"},
|
||||
{"sdrangel.channel.udpsrc", "UDPSourceSettings"}, // remap
|
||||
{"sdrangel.channel.vordemodmc", "VORDemodMCSettings"},
|
||||
{"sdrangel.channel.vordemod", "VORDemodSettings"},
|
||||
{"sdrangel.channel.wfmdemod", "WFMDemodSettings"},
|
||||
{"de.maintech.sdrangelove.channel.wfm", "WFMDemodSettings"}, // remap
|
||||
@@ -167,6 +168,7 @@ const QMap<QString, QString> WebAPIUtils::m_channelTypeToSettingsKey = {
|
||||
{"SSBDemod", "SSBDemodSettings"},
|
||||
{"UDPSink", "UDPSinkSettings"},
|
||||
{"UDPSource", "UDPSourceSettings"},
|
||||
{"VORDemodMC", "VORDemodMCSettings"},
|
||||
{"VORDemod", "VORDemodSettings"},
|
||||
{"WFMDemod", "WFMDemodSettings"},
|
||||
{"WFMMod", "WFMModSettings"},
|
||||
|
||||
Reference in New Issue
Block a user