mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-30 08:24:11 +01:00
Rename Legacy to Standard, while Legacy for Multis, not so for Fwings an
Helis.
This commit is contained in:
parent
169b95fb4d
commit
cda94b3319
@ -314,7 +314,7 @@ QString SetupWizard::getSummaryText()
|
||||
summary.append("<b>").append(tr("Speed Controller (ESC) type: ")).append("</b>");
|
||||
switch (getEscType()) {
|
||||
case ESC_STANDARD:
|
||||
summary.append(tr("Legacy ESC (50 Hz)"));
|
||||
summary.append(tr("Standard ESC (50 Hz)"));
|
||||
break;
|
||||
case ESC_RAPID:
|
||||
summary.append(tr("Rapid ESC (400 Hz)"));
|
||||
|
Loading…
Reference in New Issue
Block a user