1
0
Fork 0
mirror of https://github.com/EdgeTX/edgetx.git synced 2025-07-21 07:15:09 +03:00
* X10 simu images

* X10 simu UI
This commit is contained in:
Martin Hotar 2017-11-16 21:49:39 +01:00 committed by Andre Bernet
parent 2e14773f1a
commit c8dfccc365
34 changed files with 333 additions and 30 deletions

View file

@ -80,9 +80,11 @@ SimulatorWidget::SimulatorWidget(QWidget * parent, SimulatorInterface * simulato
radioUiWidget = new SimulatedUIWidgetX9E(simulator, this);
break;
case Board::BOARD_X12S :
case Board::BOARD_X10 :
radioUiWidget = new SimulatedUIWidgetX12(simulator, this);
break;
case Board::BOARD_X10 :
radioUiWidget = new SimulatedUIWidgetX10(simulator, this);
break;
default:
radioUiWidget = new SimulatedUIWidget9X(simulator, this);
break;