mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-20 10:54:14 +01:00
Merged in LP-617_CamStabWidget_Fix (pull request #540)
LP_617 Bugfix for CameraStabilization Widget: Basic Settings / Output Channel accepted values Approved-by: Lalanne Laurent Approved-by: Eric Price
This commit is contained in:
commit
d64be97c99
@ -128,6 +128,8 @@ void ConfigCameraStabilizationWidget::refreshWidgetsValuesImpl(UAVObject *obj)
|
||||
&mixerSettingsData.Mixer8Type,
|
||||
&mixerSettingsData.Mixer9Type,
|
||||
&mixerSettingsData.Mixer10Type,
|
||||
&mixerSettingsData.Mixer11Type,
|
||||
&mixerSettingsData.Mixer12Type,
|
||||
};
|
||||
const int NUM_MIXERS = sizeof(mixerTypes) / sizeof(mixerTypes[0]);
|
||||
|
||||
@ -183,6 +185,8 @@ void ConfigCameraStabilizationWidget::updateObjectsFromWidgetsImpl()
|
||||
&mixerSettingsData.Mixer8Type,
|
||||
&mixerSettingsData.Mixer9Type,
|
||||
&mixerSettingsData.Mixer10Type,
|
||||
&mixerSettingsData.Mixer11Type,
|
||||
&mixerSettingsData.Mixer12Type,
|
||||
};
|
||||
const int NUM_MIXERS = sizeof(mixerTypes) / sizeof(mixerTypes[0]);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user