1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-30 15:52:12 +01:00

OP-1547 Wrong DSM port in SetupWizard

This commit is contained in:
Laurent Lalanne 2014-10-21 12:21:02 +02:00
parent d1a229a9cb
commit de5604d7e6

View File

@ -727,7 +727,7 @@ void VehicleConfigurationHelper::applyManualControlDefaults()
case VehicleConfigurationSource::INPUT_DSMX10:
case VehicleConfigurationSource::INPUT_DSMX11:
case VehicleConfigurationSource::INPUT_DSM2:
channelType = ManualControlSettings::CHANNELGROUPS_DSMMAINPORT;
channelType = ManualControlSettings::CHANNELGROUPS_DSMFLEXIPORT;
break;
default:
break;