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:
parent
8c03de88c0
commit
43f1468451
1 changed files with 2 additions and 1 deletions
|
@ -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'}
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue