1
0
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:
Stacey Sheldon 2012-08-25 23:46:40 -04:00
parent c47c8c373d
commit d4794d139f
2 changed files with 2 additions and 2 deletions

View File

@ -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">

View File

@ -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");