mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 16:55:20 +03:00
SWR added for latest Taranis+ production
This commit is contained in:
parent
e130c54e47
commit
2fd5140e46
1 changed files with 1 additions and 0 deletions
|
@ -1276,6 +1276,7 @@ void registerOpenTxFirmwares()
|
|||
openTx->addOption("nogvars", QObject::tr("Disable Global variables"));
|
||||
openTx->addOption("lua", QObject::tr("Support for Lua model scripts"));
|
||||
openTx->addOption("nojoystick", QObject::tr("No Joystick emulation inside the FW (only Mass Storage as in the Bootloader)"));
|
||||
openTx->addOption("SWR", QObject::tr("SWR value will be available for display/audio/alarms - Only available on latest Taranis+ production"));
|
||||
addOpenTxCommonOptions(openTx);
|
||||
firmwares.push_back(openTx);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue