1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-24 00:35:18 +03:00

Disable volume/rtc options for now, not implemented yet

This commit is contained in:
Andre Bernet 2015-09-06 16:51:02 +02:00
parent 45d22c83d4
commit c2ee6d2eaf

View file

@ -1364,8 +1364,8 @@ void registerOpenTxFirmwares()
firmware->addOption("battgraph", QObject::tr("Battery graph"));
firmware->addOption("nobold", QObject::tr("Don't use bold font for highlighting active items"));
firmware->addOption("bluetooth", QObject::tr("Bluetooth interface"));
firmware->addOption("rtc", QObject::tr("Optional RTC added"));
firmware->addOption("volume", QObject::tr("i2c volume control added"));
// firmware->addOption("rtc", QObject::tr("Optional RTC added"));
// firmware->addOption("volume", QObject::tr("i2c volume control added"));
addOpenTxCommonOptions(firmware);
firmwares.push_back(firmware);