Skip to content

Commit

Permalink
Fix typo in multi model name (H3 3D instead of H8 3D)
Browse files Browse the repository at this point in the history
  • Loading branch information
schwabe committed Mar 22, 2017
1 parent dc00757 commit 4f6931f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion companion/src/multiprotocols.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ static const QStringList STR_SUBTYPE_YD717 {"YD717", "Skywalker", "Syma X2", "
static const QStringList STR_SUBTYPE_SYMAX {"Standard", "Syma X5C"};
static const QStringList STR_SUBTYPE_SLT {"SLT", "Vista"};
static const QStringList STR_SUBTYPE_CX10 {"Green", "Blue", "DM007", "-", "JC3015a", "JC3015b", "MK33041", "Q242"};
static const QStringList STR_SUBTYPE_CG023 {"CG023", "YD829", "H3 3D"};
static const QStringList STR_SUBTYPE_CG023 {"CG023", "YD829", "H8 3D"};
static const QStringList STR_SUBTYPE_BAYANG {"Bayang", "H8S3D"};
static const QStringList STR_SUBTYPE_KN {"WLtoys", "FeiLun"};
static const QStringList STR_SUBTYPE_MT99 {"MT99", "H7", "YZ", "LS", "FY805"};
Expand Down
2 changes: 1 addition & 1 deletion radio/src/gui/gui_common_arm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ const pm_char STR_SUBTYPE_SLT[] PROGMEM = "\005""SLT\0 ""Vista";

const pm_char STR_SUBTYPE_CX10[] PROGMEM = "\007""Green\0 ""Blue\0 ""DM007\0 ""-\0 ""JC3015a""JC3015b""MK33041""Q242\0 ";

const pm_char STR_SUBTYPE_CG023[] PROGMEM = "\005""CG023""YD829""H3 3d";
const pm_char STR_SUBTYPE_CG023[] PROGMEM = "\005""CG023""YD829""H8 3d";

const pm_char STR_SUBTYPE_KN[] PROGMEM = "\006""WLtoys""FeiLun";

Expand Down

0 comments on commit 4f6931f

Please sign in to comment.