mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-17 02:52:12 +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">
|
||||
<widget class="QGroupBox" name="groupBox_4">
|
||||
<property name="title">
|
||||
<string>AES Encription</string>
|
||||
<string>AES Encryption</string>
|
||||
</property>
|
||||
<layout class="QGridLayout" name="gridLayout_5">
|
||||
<item row="0" column="0" colspan="2">
|
||||
|
@ -20,7 +20,7 @@ public:
|
||||
return QString("OpenPilot INS");
|
||||
break;
|
||||
case 0x0301://PipX
|
||||
return QString("PipXtreame");
|
||||
return QString("PipXtreme");
|
||||
break;
|
||||
case 0x0401://Coptercontrol
|
||||
return QString("CopterControl");
|
||||
|
Loading…
x
Reference in New Issue
Block a user