1
0
Fork 0
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:
Damjan Adamic 2015-12-18 22:44:17 +01:00
parent cf4fa51019
commit 0db5072bed
12 changed files with 2539 additions and 192 deletions

View file

@ -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];
}
}