Skip to content

Commit

Permalink
fix(cpn): T-Lite F4 board capability logic test (#3585)
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil Horne authored May 12, 2023
1 parent e9750a6 commit 1b1b9f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion companion/src/firmwares/boards.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ int Boards::getCapability(Board::Type board, Board::Capability capability)
return 7;
else if (board == BOARD_TARANIS_X7)
return 8;
else if (board == BOARD_JUMPER_TLITE || BOARD_JUMPER_TLITE_F4 ||
else if (board == BOARD_JUMPER_TLITE || board == BOARD_JUMPER_TLITE_F4 ||
board == BOARD_JUMPER_TPRO || board == BOARD_BETAFPV_LR3PRO ||
board == BOARD_IFLIGHT_COMMANDO8)
return 4;
Expand Down

0 comments on commit 1b1b9f7

Please sign in to comment.