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

[Simulator] Fix startup error in standalone mode when eeprom file does not exist (create file instead, as usual).

This commit is contained in:
Max Paperno 2017-03-24 03:39:43 -04:00
parent d82244adc0
commit 64e960adc5

View file

@ -225,6 +225,7 @@ bool SimulatorWidget::setStartupData(const QByteArray & dataSource, bool fromFil
else {
// the binary file will be read/written directly by the fw interface, save the file name for simulator->start()
startupData = dataSource;
ret = 1;
}
}
}