1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-07-31 06:24:43 -04:00

VOR demod: added missing bits

This commit is contained in:
f4exb
2020-11-24 21:45:48 +01:00
parent 505c31f46a
commit 10eb25d8b7
8 changed files with 214 additions and 3 deletions
@@ -44,6 +44,7 @@ int VORDemodWebAPIAdapter::webapiSettingsPutPatch(
SWGSDRangel::SWGChannelSettings& response,
QString& errorMessage)
{
(void) force;
(void) errorMessage;
VORDemod::webapiUpdateChannelSettings(m_settings, channelSettingsKeys, response);