mirror of
https://github.com/EdgeTX/edgetx.git
synced 2025-07-24 00:35:14 +03:00
Fixes #573
This commit is contained in:
parent
004cac122a
commit
8a53e7345a
1 changed files with 1 additions and 1 deletions
|
@ -702,7 +702,7 @@ void RegisterFirmwares()
|
|||
#ifndef __APPLE__
|
||||
firmwares.push_back(new FirmwareInfo("ersky9x", QObject::tr("ersky9x"), new Ersky9xInterface(), "http://ersky9x.googlecode.com/svn/trunk/ersky9x_rom.bin", ERSKY9X_STAMP));
|
||||
#endif
|
||||
default_firmware_variant = GetFirmwareVariant("opentx-stock-heli-templates-en");
|
||||
default_firmware_variant = GetFirmwareVariant("opentx-9x-heli-templates-en");
|
||||
|
||||
RegisterEepromInterfaces();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue