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

[X10 Express] Compilation support added

This commit is contained in:
Bertrand Songis 2019-08-27 09:13:43 +02:00
parent ed64c59b37
commit d2f3e421af
No known key found for this signature in database
GPG key ID: F189F79290FEC50F
15 changed files with 65 additions and 36 deletions

View file

@ -90,6 +90,7 @@ SimulatorWidget::SimulatorWidget(QWidget * parent, SimulatorInterface * simulato
radioUiWidget = new SimulatedUIWidgetX12(simulator, this);
break;
case Board::BOARD_X10:
case Board::BOARD_X10_EXPRESS:
radioUiWidget = new SimulatedUIWidgetX10(simulator, this);
break;
case Board::BOARD_JUMPER_T12: