mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 06:04:39 -04:00
ChirpChat modulator: REST API files
This commit is contained in:
@@ -3564,6 +3564,12 @@ bool WebAPIRequestMapper::getChannelSettings(
|
||||
channelSettings->setChirpChatDemodSettings(new SWGSDRangel::SWGChirpChatDemodSettings());
|
||||
channelSettings->getChirpChatDemodSettings()->fromJsonObject(settingsJsonObject);
|
||||
}
|
||||
else if (channelSettingsKey == "ChirpChatModSettings")
|
||||
{
|
||||
channelSettings->setChirpChatModSettings(new SWGSDRangel::SWGChirpChatModSettings());
|
||||
channelSettings->getChirpChatModSettings()->init(); // contains a list of strings
|
||||
channelSettings->getChirpChatModSettings()->fromJsonObject(settingsJsonObject);
|
||||
}
|
||||
else if (channelSettingsKey == "DATVDemodSettings")
|
||||
{
|
||||
channelSettings->setDatvDemodSettings(new SWGSDRangel::SWGDATVDemodSettings());
|
||||
|
||||
Reference in New Issue
Block a user