1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00

LP-104 Adding support to GCS for HoTT configuration

This commit is contained in:
Fredrik Arvidsson 2015-12-20 11:57:46 +01:00
parent e6d4638201
commit e27f651590

View File

@ -161,6 +161,10 @@ void InputChannelForm::groupUpdated()
case ManualControlSettings::CHANNELGROUPS_SRXL:
count = 16;
break;
case ManualControlSettings::CHANNELGROUPS_HOTTMAINPORT:
case ManualControlSettings::CHANNELGROUPS_HOTTFLEXIPORT:
count = 32;
break;
case ManualControlSettings::CHANNELGROUPS_GCS:
count = GCSReceiver::CHANNEL_NUMELEM;
break;