mirror of
https://github.com/opentx/opentx.git
synced 2025-07-21 15:25:17 +03:00
ARM boards now allow 1 blade in Companion. Shift in Stock-9X EEPROM.
This commit is contained in:
parent
1875785cf8
commit
7d5b876e27
14 changed files with 62 additions and 66 deletions
|
@ -750,19 +750,6 @@ QString getFrSkyAlarmType(int alarm)
|
|||
}
|
||||
}
|
||||
|
||||
QString getFrSkyBlades(int blades)
|
||||
{
|
||||
switch (blades) {
|
||||
case 1:
|
||||
return "3";
|
||||
case 2:
|
||||
return "4";
|
||||
default:
|
||||
return "2";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
QString getFrSkyUnits(int units)
|
||||
{
|
||||
switch(units) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue