mirror of
https://github.com/EdgeTX/edgetx.git
synced 2025-07-23 16:25:12 +03:00
[Companion] Horus models export for simulation now OK
This commit is contained in:
parent
0ca0785912
commit
8854cf9e87
9 changed files with 429 additions and 325 deletions
|
@ -822,9 +822,7 @@ void startSimulation(QWidget * parent, RadioData & radioData, int modelIdx)
|
|||
SimulatorDialog * dialog;
|
||||
if (board == BOARD_HORUS) {
|
||||
dialog = new SimulatorDialogHorus(parent, simulator, flags);
|
||||
StorageSdcard storage;
|
||||
QString sdPath = g.profile[g.id()].sdPath();
|
||||
storage.write(sdPath);
|
||||
GetEepromInterface()->saveFile(*simuData, g.profile[g.id()].sdPath());
|
||||
dialog->start(NULL);
|
||||
}
|
||||
else if (board == BOARD_FLAMENCO) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue