1
0
Fork 0
mirror of https://github.com/EdgeTX/edgetx.git synced 2025-07-21 15:25:12 +03:00

rename x3 to x9lite

This commit is contained in:
3djc 2019-05-12 09:28:40 +02:00 committed by Bertrand Songis
parent 9c04f564df
commit e4e003b87a
48 changed files with 160 additions and 160 deletions

View file

@ -68,7 +68,7 @@ SimulatorWidget::SimulatorWidget(QWidget * parent, SimulatorInterface * simulato
setWindowTitle(windowName);
switch(m_board) {
case Board::BOARD_TARANIS_X3:
case Board::BOARD_TARANIS_X9LITE:
radioUiWidget = new SimulatedUIWidgetX3(simulator, this);
break;
case Board::BOARD_TARANIS_X7: