mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-02 10:24:11 +01:00
OP-1222 fixed FW elevon wizzard channel assignment to be compatible with config widget
This commit is contained in:
parent
798defd12d
commit
3f9fa97d0f
@ -1649,8 +1649,8 @@ void VehicleConfigurationHelper::setupElevon()
|
|||||||
channels[1].yaw = 0;
|
channels[1].yaw = 0;
|
||||||
|
|
||||||
guiSettings.fixedwing.FixedWingThrottle = 3;
|
guiSettings.fixedwing.FixedWingThrottle = 3;
|
||||||
guiSettings.fixedwing.FixedWingPitch1 = 1;
|
guiSettings.fixedwing.FixedWingRoll1 = 1;
|
||||||
guiSettings.fixedwing.FixedWingPitch2 = 2;
|
guiSettings.fixedwing.FixedWingRoll2 = 2;
|
||||||
|
|
||||||
applyMixerConfiguration(channels);
|
applyMixerConfiguration(channels);
|
||||||
applyMultiGUISettings(SystemSettings::AIRFRAMETYPE_FIXEDWINGELEVON, guiSettings);
|
applyMultiGUISettings(SystemSettings::AIRFRAMETYPE_FIXEDWINGELEVON, guiSettings);
|
||||||
|
Loading…
Reference in New Issue
Block a user