mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-19 14:25:14 +03:00
feature vtx got removed with 1.35 and is active by default
This commit is contained in:
parent
d5450de2e3
commit
c1827e0968
1 changed files with 5 additions and 1 deletions
|
@ -73,8 +73,12 @@ var Features = function (config) {
|
||||||
if (semver.gte(CONFIG.apiVersion, "1.20.0")) {
|
if (semver.gte(CONFIG.apiVersion, "1.20.0")) {
|
||||||
features.push(
|
features.push(
|
||||||
{bit: 18, group: 'other', name: 'OSD'},
|
{bit: 18, group: 'other', name: 'OSD'},
|
||||||
{bit: 24, group: 'other', name: 'VTX'}
|
|
||||||
);
|
);
|
||||||
|
if (!semver.gte(CONFIG.apiVersion, "1.35.0")) {
|
||||||
|
features.push(
|
||||||
|
{bit: 24, group: 'other', name: 'VTX'}
|
||||||
|
)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (semver.gte(CONFIG.apiVersion, "1.31.0")) {
|
if (semver.gte(CONFIG.apiVersion, "1.31.0")) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue