1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-19 22:28:35 -04:00

Call init for TestMISettings as it contains a list of objects

This commit is contained in:
f4exb
2021-07-04 00:15:55 +02:00
parent 53b85aed75
commit f8a63d051d
+1
View File
@@ -4314,6 +4314,7 @@ bool WebAPIRequestMapper::getDeviceSettings(
}
deviceSettings->setTestMiSettings(new SWGSDRangel::SWGTestMISettings());
deviceSettings->getTestMiSettings()->init();
deviceSettings->getTestMiSettings()->fromJsonObject(settingsJsonObject);
}
else if (deviceSettingsKey == "testMOSyncSettings")