mirror of
https://github.com/opentx/opentx.git
synced 2025-07-16 21:05:26 +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"));
|
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 } };
|
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);
|
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);
|
addOpenTxCommonOptions(firmware);
|
||||||
firmwares.push_back(firmware);
|
firmwares.push_back(firmware);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue