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:
@@ -4314,6 +4314,7 @@ bool WebAPIRequestMapper::getDeviceSettings(
|
||||
}
|
||||
|
||||
deviceSettings->setTestMiSettings(new SWGSDRangel::SWGTestMISettings());
|
||||
deviceSettings->getTestMiSettings()->init();
|
||||
deviceSettings->getTestMiSettings()->fromJsonObject(settingsJsonObject);
|
||||
}
|
||||
else if (deviceSettingsKey == "testMOSyncSettings")
|
||||
|
||||
Reference in New Issue
Block a user