mirror of
https://github.com/opentx/opentx.git
synced 2025-07-25 01:05:10 +03:00
Refactoring FirmwareInterface / EepromInterface
This commit is contained in:
parent
7dd9e2d1e2
commit
c5ac19a054
51 changed files with 810 additions and 1143 deletions
|
@ -99,7 +99,9 @@ int main(int argc, char *argv[])
|
|||
|
||||
QTextCodec::setCodecForCStrings(QTextCodec::codecForName("UTF-8"));
|
||||
|
||||
RegisterFirmwares();
|
||||
RegisterEepromInterfaces();
|
||||
registerOpenTxFirmwares();
|
||||
|
||||
SimulatorDialog *dialog;
|
||||
const char * eepromFileName;
|
||||
QString fileName;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue