diff --git a/companion/src/eeprominterface.cpp b/companion/src/eeprominterface.cpp index c52b8f058..34bc92ac8 100644 --- a/companion/src/eeprominterface.cpp +++ b/companion/src/eeprominterface.cpp @@ -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(); }