From d24f60f68b074e7a19f3cfb3db0f1f3fb71c458d Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Wed, 3 Aug 2016 16:29:01 +0200 Subject: [PATCH] Horus Multi implementation implemented/tested by kilrah, add it to the options for the Horus --- companion/src/firmwares/opentx/opentxinterface.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/companion/src/firmwares/opentx/opentxinterface.cpp b/companion/src/firmwares/opentx/opentxinterface.cpp index 1566252f3..51bb4dada 100644 --- a/companion/src/firmwares/opentx/opentxinterface.cpp +++ b/companion/src/firmwares/opentx/opentxinterface.cpp @@ -1202,8 +1202,7 @@ void registerOpenTxFirmwares() firmware->addOption("lua", QObject::tr("Support for Lua model scripts")); Option usb_options[] = { { "massstorage", QObject::tr("Instead of Joystick emulation, USB connection is Mass Storage (as in the Bootloader)") }, { "cli", QObject::tr("Instead of Joystick emulation, USB connection is Command Line Interface") }, { NULL } }; firmware->addOptions(usb_options); - /* untested */ - //firmware->addOption("multimodule", QObject::tr("Support for the DIY-Multiprotocol-TX-Module")); + firmware->addOption("multimodule", QObject::tr("Support for the DIY-Multiprotocol-TX-Module")); addOpenTxCommonOptions(firmware); firmwares.push_back(firmware);