mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-18 03:52:11 +01:00
LP-399 Save HWSettings first
This commit is contained in:
parent
3bb2bd0b88
commit
cc6dac9259
@ -48,10 +48,11 @@ ConfigAutoTuneWidget::ConfigAutoTuneWidget(QWidget *parent) : ConfigTaskWidget(p
|
||||
// must be done before auto binding !
|
||||
setWikiURL("AutoTune+Configuration");
|
||||
|
||||
addAutoBindings();
|
||||
|
||||
// Add HwSettings before auto binding and give priority while saving
|
||||
addUAVObject("HwSettings");
|
||||
|
||||
addAutoBindings();
|
||||
|
||||
disableMouseWheelEvents();
|
||||
|
||||
systemIdentStateObj = dynamic_cast<SystemIdentState *>(getObject("SystemIdentState"));
|
||||
|
Loading…
x
Reference in New Issue
Block a user