Commit ab2e600c authored by Lorenz Meier's avatar Lorenz Meier

Merge pull request #760 from mavlink/flighttermination

Flighttermination mavlink command
parents c2ea516e 131dc1f8
Subproject commit 950958de0de346d0ec13272b73ec7393f6a858fc
Subproject commit 04b1ad5b284d5e916858ca9f928e93d97bbf6ad9
......@@ -83,6 +83,7 @@ QGCCommandButton::QGCCommandButton(QWidget *parent) :
ui->editCommandComboBox->addItem("MAV_CMD_OVERRIDE_GOTO", MAV_CMD_OVERRIDE_GOTO);
ui->editCommandComboBox->addItem("MAV_CMD_MISSION_START", MAV_CMD_MISSION_START);
ui->editCommandComboBox->addItem("MAV_CMD_COMPONENT_ARM_DISARM", MAV_CMD_COMPONENT_ARM_DISARM);
ui->editCommandComboBox->addItem("MAV_CMD_DO_FLIGHTTERMINATION", MAV_CMD_DO_FLIGHTTERMINATION);
ui->editCommandComboBox->setEditable(true);
init();
......
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