mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-07 08:24:43 -04:00
Adapter settings wrong class fixed
This commit is contained in:
@@ -32,8 +32,8 @@ int MeshtasticDemodWebAPIAdapter::webapiSettingsGet(
|
||||
QString& errorMessage)
|
||||
{
|
||||
(void) errorMessage;
|
||||
response.setChirpChatDemodSettings(new SWGSDRangel::SWGChirpChatDemodSettings());
|
||||
response.getChirpChatDemodSettings()->init();
|
||||
response.setMeshtasticDemodSettings(new SWGSDRangel::SWGMeshtasticDemodSettings());
|
||||
response.getMeshtasticDemodSettings()->init();
|
||||
MeshtasticDemod::webapiFormatChannelSettings(response, m_settings);
|
||||
return 200;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user