mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-02-03 09:44:01 -05:00
Call init for TestMISettings as it contains a list of objects
This commit is contained in:
parent
53b85aed75
commit
f8a63d051d
@ -4314,6 +4314,7 @@ bool WebAPIRequestMapper::getDeviceSettings(
|
||||
}
|
||||
|
||||
deviceSettings->setTestMiSettings(new SWGSDRangel::SWGTestMISettings());
|
||||
deviceSettings->getTestMiSettings()->init();
|
||||
deviceSettings->getTestMiSettings()->fromJsonObject(settingsJsonObject);
|
||||
}
|
||||
else if (deviceSettingsKey == "testMOSyncSettings")
|
||||
|
Loading…
Reference in New Issue
Block a user