mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-19 04:52:12 +01:00
LP-467 configmultirotor: default to QuadX
This commit is contained in:
parent
b13807b2b6
commit
693f80ae98
@ -188,7 +188,7 @@ ConfigMultiRotorWidget::~ConfigMultiRotorWidget()
|
|||||||
|
|
||||||
QString ConfigMultiRotorWidget::getFrameType()
|
QString ConfigMultiRotorWidget::getFrameType()
|
||||||
{
|
{
|
||||||
QString frameType;
|
QString frameType = "QuadX";
|
||||||
|
|
||||||
if (m_aircraft->multirotorFrameType->currentText() == "Quad +") {
|
if (m_aircraft->multirotorFrameType->currentText() == "Quad +") {
|
||||||
frameType = "QuadP";
|
frameType = "QuadP";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user