1
0
Fork 0
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:
Bertrand Songis 2019-05-10 22:51:43 +02:00
parent f0a918df02
commit 6b032184d7

View file

@ -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))