1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-02 06:04:39 -04:00

REST API: config: PUT (1): swagger implementation. Various small fixes

This commit is contained in:
f4exb
2019-08-05 18:29:09 +02:00
parent a88556d6f6
commit f80d16451b
13 changed files with 1033 additions and 145 deletions
+1 -1
View File
@@ -585,7 +585,7 @@ int TestMI::webapiSettingsPutPatch(
return 200;
}
void webapiUpdateDeviceSettings(
void TestMI::webapiUpdateDeviceSettings(
TestMISettings& settings,
const QStringList& deviceSettingsKeys,
SWGSDRangel::SWGDeviceSettings& response)