diff --git a/src/ui/px4_configuration/QGCPX4AirframeConfig.cc b/src/ui/px4_configuration/QGCPX4AirframeConfig.cc index f550417240f6c962acf7ac1b4a27bcaa56e36eef..28a7b85b4a7e5e179da2c7ba1c76fc7bdc550ec4 100644 --- a/src/ui/px4_configuration/QGCPX4AirframeConfig.cc +++ b/src/ui/px4_configuration/QGCPX4AirframeConfig.cc @@ -27,6 +27,7 @@ QGCPX4AirframeConfig::QGCPX4AirframeConfig(QWidget *parent) : ui->planeComboBox->addItem(tr("Multiplex Easystar 1/2"), 100); ui->planeComboBox->addItem(tr("Hobbyking Bixler 1/2"), 101); + ui->planeComboBox->addItem(tr("HilStar (SIMULATION)"), 1000); connect(ui->planePushButton, SIGNAL(clicked()), this, SLOT(planeSelected())); connect(ui->planeComboBox, SIGNAL(activated(int)), this, SLOT(planeSelected(int)));