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

OP-1512 Use QuadX as default muti vehicle.

This commit is contained in:
m_thread 2014-09-30 22:27:34 +02:00
parent 1a406d00d4
commit 7c2968e7ef

View File

@ -38,6 +38,7 @@ MultiPage::~MultiPage()
void MultiPage::initializePage(VehicleConfigurationSource *settings)
{
Q_UNUSED(settings);
setSelectedItem(SetupWizard::MULTI_ROTOR_QUAD_X);
}
bool MultiPage::validatePage(SelectionItem *selectedItem)