Skip to content

Commit cc6dac9

Browse files
committed
LP-399 Save HWSettings first
1 parent 3bb2bd0 commit cc6dac9

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

ground/gcs/src/plugins/config/configautotunewidget.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,11 @@ ConfigAutoTuneWidget::ConfigAutoTuneWidget(QWidget *parent) : ConfigTaskWidget(p
4848
// must be done before auto binding !
4949
setWikiURL("AutoTune+Configuration");
5050

51-
addAutoBindings();
52-
51+
// Add HwSettings before auto binding and give priority while saving
5352
addUAVObject("HwSettings");
5453

54+
addAutoBindings();
55+
5556
disableMouseWheelEvents();
5657

5758
systemIdentStateObj = dynamic_cast<SystemIdentState *>(getObject("SystemIdentState"));

0 commit comments

Comments
 (0)