1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-01 21:54:55 -04:00

Generate swagger files for RTTY mod

This commit is contained in:
Jon Beniston
2023-09-01 18:25:11 +01:00
parent f5968816ef
commit 55ccfcd98c
18 changed files with 1882 additions and 81 deletions
@@ -31,9 +31,9 @@ int RttyModWebAPIAdapter::webapiSettingsGet(
QString& errorMessage)
{
(void) errorMessage;
/*response.setRttyModSettings(new SWGSDRangel::SWGRttyModSettings());
response.setRttyModSettings(new SWGSDRangel::SWGRTTYModSettings());
response.getRttyModSettings()->init();
RttyMod::webapiFormatChannelSettings(response, m_settings);*/
RttyMod::webapiFormatChannelSettings(response, m_settings);
return 200;
}