1
0
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:
f4exb
2020-11-09 11:35:18 +01:00
parent 9024d3f6fa
commit 00885a48c9
60 changed files with 8578 additions and 1445 deletions
+5
View File
@@ -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());