From 8a53e7345a0ed98eabd6c1f2c11be7267948a73f Mon Sep 17 00:00:00 2001 From: Bertrand Songis Date: Tue, 21 Jan 2014 14:18:45 +0100 Subject: [PATCH] Fixes #573 --- companion/src/eeprominterface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }