mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 06:04:39 -04:00
Removed LoRa demod and added ChirpChat demod (1)
This commit is contained in:
@@ -3559,6 +3559,11 @@ bool WebAPIRequestMapper::getChannelSettings(
|
||||
{
|
||||
processChannelAnalyzerSettings(channelSettings, settingsJsonObject, channelSettingsKeys);
|
||||
}
|
||||
else if (channelSettingsKey == "ChirpChatDemodSettings")
|
||||
{
|
||||
channelSettings->setChirpChatDemodSettings(new SWGSDRangel::SWGChirpChatDemodSettings());
|
||||
channelSettings->getChirpChatDemodSettings()->fromJsonObject(settingsJsonObject);
|
||||
}
|
||||
else if (channelSettingsKey == "DATVDemodSettings")
|
||||
{
|
||||
channelSettings->setDatvDemodSettings(new SWGSDRangel::SWGDATVDemodSettings());
|
||||
|
||||
Reference in New Issue
Block a user