Commit dfdc7295 authored by Thomas Gubler's avatar Thomas Gubler

re-adding the easystar in the ui

parent 1cf44246
...@@ -13,6 +13,7 @@ QGCHilFlightGearConfiguration::QGCHilFlightGearConfiguration(UAS* mav,QWidget *p ...@@ -13,6 +13,7 @@ QGCHilFlightGearConfiguration::QGCHilFlightGearConfiguration(UAS* mav,QWidget *p
QStringList items = QStringList(); QStringList items = QStringList();
if (mav->getSystemType() == MAV_TYPE_FIXED_WING) if (mav->getSystemType() == MAV_TYPE_FIXED_WING)
{ {
items << "EasyStar";
items << "Rascal110-JSBSim"; items << "Rascal110-JSBSim";
items << "c172p"; items << "c172p";
items << "YardStik"; items << "YardStik";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment