Skip to content

Commit

Permalink
PL18 has RGB Led SF support also
Browse files Browse the repository at this point in the history
As does the PL18EV, which is currently treated the same by Companion (branch being worked on to fix that).
  • Loading branch information
pfeerick committed Nov 20, 2024
1 parent d086c64 commit f205a0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion companion/src/firmwares/boards.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,8 @@ int Boards::getCapability(Board::Type board, Board::Capability capability)
return (IS_STM32(board) && !IS_TARANIS_X9(board));

case HasLedStripGPIO:
return IS_RADIOMASTER_MT12(board) || (board == BOARD_HELLORADIOSKY_V16);
return IS_RADIOMASTER_MT12(board) || (board == BOARD_HELLORADIOSKY_V16) ||
IS_FLYSKY_PL18(board);

case HasSDCard:
return IS_STM32(board);
Expand Down

0 comments on commit f205a0b

Please sign in to comment.