1
0
Fork 0
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:
bsongis 2014-10-19 22:33:35 +02:00
parent e130c54e47
commit 2fd5140e46

View file

@ -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);