mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-01 09:24:10 +01:00
Changed reference to PipXtreme to OPLink on config tab and Firmware tab/OP-750
This commit is contained in:
parent
fb153fa669
commit
903bbffc6b
@ -278,7 +278,7 @@ void ConfigGadgetWidget::updatePipXStatus(UAVObject *object)
|
||||
icon->addFile(":/configgadget/images/pipx-selected.png", QSize(), QIcon::Selected, QIcon::Off);
|
||||
|
||||
QWidget *qwd = new ConfigPipXtremeWidget(this);
|
||||
ftw->insertTab(ConfigGadgetWidget::pipxtreme, qwd, *icon, QString("PipXtreme"));
|
||||
ftw->insertTab(ConfigGadgetWidget::pipxtreme, qwd, *icon, QString("OPLink"));
|
||||
pipxConnected = true;
|
||||
}
|
||||
}
|
||||
|
@ -22,7 +22,7 @@ public:
|
||||
return QString("OpenPilot INS");
|
||||
break;
|
||||
case 0x0301://PipX
|
||||
return QString("PipXtreme");
|
||||
return QString("OPLink");
|
||||
break;
|
||||
case 0x0401://Coptercontrol
|
||||
return QString("CopterControl");
|
||||
|
Loading…
Reference in New Issue
Block a user