1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-16 12:55:14 +03:00

CF/BF - Add VTX to features list.

This commit is contained in:
Hydra 2017-04-01 21:59:44 +01:00 committed by Michael Keller
parent 8c03de88c0
commit 43f1468451

View file

@ -72,7 +72,8 @@ var Features = function (config) {
if (semver.gte(CONFIG.apiVersion, "1.20.0")) {
features.push(
{bit: 18, group: 'other', name: 'OSD'}
{bit: 18, group: 'other', name: 'OSD'},
{bit: 24, group: 'other', name: 'VTX'}
);
}