We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80dd367 commit 3ecc145Copy full SHA for 3ecc145
1 file changed
companion/src/firmwares/boards.h
@@ -870,7 +870,8 @@ inline bool IS_STM32H7(Board::Type board)
870
return IS_FLYSKY_PA01(board) ||
871
IS_FLYSKY_ST16(board) ||
872
IS_JUMPER_T15PRO(board) ||
873
- IS_RADIOMASTER_TX15(board);
+ IS_RADIOMASTER_TX15(board) ||
874
+ IS_RADIOMASTER_TX16SMK3(board);
875
}
876
877
inline bool IS_STM32F2F4(Board::Type board)
0 commit comments