Skip to content

Commit bb76fa9

Browse files
committed
fix(pa01): wrong simulator height
1 parent bfdeb90 commit bb76fa9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

companion/src/firmwares/boards.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -395,8 +395,6 @@ int Boards::getCapability(Board::Type board, Board::Capability capability)
395395
return 480;
396396
else if (IS_FAMILY_PL18(board) || IS_JUMPER_T15(board) || IS_JUMPER_T15PRO(board) || IS_FLYSKY_ST16(board) || IS_RADIOMASTER_TX15(board))
397397
return 320;
398-
else if (IS_FAMILY_HORUS_OR_T16(board))
399-
return 272;
400398
else if (IS_FLYSKY_PA01(board))
401399
return 240;
402400
else if (IS_FAMILY_HORUS_OR_T16(board))

0 commit comments

Comments
 (0)