mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-30 15:52:12 +01:00
OP-1376 calibration config panel now propoperly saves result to board SD
This commit is contained in:
parent
0587a2b368
commit
645f1a16ac
@ -89,6 +89,10 @@ ConfigRevoWidget::ConfigRevoWidget(QWidget *parent) :
|
|||||||
// Must set up the UI (above) before setting up the UAVO mappings or refreshWidgetValues
|
// Must set up the UI (above) before setting up the UAVO mappings or refreshWidgetValues
|
||||||
// will be dealing with some null pointers
|
// will be dealing with some null pointers
|
||||||
addUAVObject("HomeLocation");
|
addUAVObject("HomeLocation");
|
||||||
|
addUAVObject("RevoCalibration");
|
||||||
|
addUAVObject("AttitudeSettings");
|
||||||
|
addUAVObject("RevoSettings");
|
||||||
|
addUAVObject("AccelGyroSettings");
|
||||||
autoLoadWidgets();
|
autoLoadWidgets();
|
||||||
|
|
||||||
// accel calibration
|
// accel calibration
|
||||||
|
Loading…
x
Reference in New Issue
Block a user