mirror of
https://github.com/EdgeTX/edgetx.git
synced 2025-07-26 09:45:16 +03:00
[X3] Only 5 switches
This commit is contained in:
parent
f0a918df02
commit
6b032184d7
1 changed files with 2 additions and 0 deletions
|
@ -278,6 +278,8 @@ const int Boards::getCapability(Board::Type board, Board::Capability capability)
|
||||||
case Switches:
|
case Switches:
|
||||||
if (IS_TARANIS_X9E(board))
|
if (IS_TARANIS_X9E(board))
|
||||||
return 18;
|
return 18;
|
||||||
|
else if (IS_TARANIS_X3(board))
|
||||||
|
return 5;
|
||||||
else if (IS_TARANIS_X7(board))
|
else if (IS_TARANIS_X7(board))
|
||||||
return 6;
|
return 6;
|
||||||
else if (IS_TARANIS_XLITES(board))
|
else if (IS_TARANIS_XLITES(board))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue