mirror of
https://github.com/opentx/opentx.git
synced 2025-07-16 04:45:17 +03:00
Horus Multi implementation implemented/tested by kilrah, add it to the options for the Horus
This commit is contained in:
parent
f2d2677b2d
commit
d24f60f68b
1 changed files with 1 additions and 2 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue