mirror of
https://github.com/EdgeTX/edgetx.git
synced 2025-07-24 16:55:15 +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:
|
||||
if (IS_TARANIS_X9E(board))
|
||||
return 18;
|
||||
else if (IS_TARANIS_X3(board))
|
||||
return 5;
|
||||
else if (IS_TARANIS_X7(board))
|
||||
return 6;
|
||||
else if (IS_TARANIS_XLITES(board))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue