mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-18 03:52:11 +01:00
gcs: fix pipx-related typos in GCS
This also fixes the auto-selecting of FW images for pipx in the uploader GUI by making the board name match fw_pipxtreme.
This commit is contained in:
parent
c47c8c373d
commit
d4794d139f
@ -1612,7 +1612,7 @@
|
|||||||
<item row="15" column="0" colspan="2">
|
<item row="15" column="0" colspan="2">
|
||||||
<widget class="QGroupBox" name="groupBox_4">
|
<widget class="QGroupBox" name="groupBox_4">
|
||||||
<property name="title">
|
<property name="title">
|
||||||
<string>AES Encription</string>
|
<string>AES Encryption</string>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QGridLayout" name="gridLayout_5">
|
<layout class="QGridLayout" name="gridLayout_5">
|
||||||
<item row="0" column="0" colspan="2">
|
<item row="0" column="0" colspan="2">
|
||||||
|
@ -20,7 +20,7 @@ public:
|
|||||||
return QString("OpenPilot INS");
|
return QString("OpenPilot INS");
|
||||||
break;
|
break;
|
||||||
case 0x0301://PipX
|
case 0x0301://PipX
|
||||||
return QString("PipXtreame");
|
return QString("PipXtreme");
|
||||||
break;
|
break;
|
||||||
case 0x0401://Coptercontrol
|
case 0x0401://Coptercontrol
|
||||||
return QString("CopterControl");
|
return QString("CopterControl");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user