mirror of
https://github.com/EdgeTX/edgetx.git
synced 2025-07-23 16:25:12 +03:00
[Companion] All Horus functions now enabled
This commit is contained in:
parent
98357995fa
commit
61e91a9c32
5 changed files with 22 additions and 62 deletions
|
@ -836,7 +836,7 @@ void startSimulation(QWidget * parent, RadioData & radioData, int modelIdx)
|
|||
BoardEnum board = GetCurrentFirmware()->getBoard();
|
||||
SimulatorDialog * dialog;
|
||||
|
||||
if (board == BOARD_HORUS && HORUS_READY_FOR_RELEASE()) {
|
||||
if (board == BOARD_HORUS) {
|
||||
dialog = new SimulatorDialogHorus(parent, simulator, flags);
|
||||
QTemporaryDir tmpDir(QDir::tempPath() + "/otx-XXXXXX");
|
||||
settingsPath = tmpDir.path();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue