Skip to content

Commit 04dc5b5

Browse files
philmozfelipemanga
authored andcommitted
fix(cpn): use correct UI for T20V2 simulator (EdgeTX#4776)
1 parent 02057ca commit 04dc5b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

companion/src/simulation/simulatorwidget.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ SimulatorWidget::SimulatorWidget(QWidget * parent, SimulatorInterface * simulato
115115
radioUiWidget = new SimulatedUIWidgetJumperT18(simulator, this);
116116
break;
117117
case Board::BOARD_JUMPER_T20:
118+
case Board::BOARD_JUMPER_T20V2:
118119
radioUiWidget = new SimulatedUIWidgetJumperT20(simulator, this);
119120
break;
120121
case Board::BOARD_RADIOMASTER_TX12:

0 commit comments

Comments
 (0)