mirror of
https://github.com/EdgeTX/edgetx.git
synced 2025-07-19 22:35:10 +03:00
Fixes #3160: command line options support added to standalone simulator (radio type and eeprom file) (ported from master)
This commit is contained in:
parent
cf4fa51019
commit
0db5072bed
12 changed files with 2539 additions and 192 deletions
|
@ -77,6 +77,7 @@ SimulatorFactory *getSimulatorFactory(const QString &name)
|
|||
foreach (QString name, registered_simulators.keys()) {
|
||||
if (name.contains(simuName)) {
|
||||
simuName = name;
|
||||
qDebug() << "found" << simuName;
|
||||
return registered_simulators[simuName];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue