Skip to content

Commit 24c1afd

Browse files
demvladhaslinghuis
andauthored
Resolved telemetries options issue
Co-authored-by: Mark Haslinghuis <[email protected]>
1 parent 6817db5 commit 24c1afd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/js/Features.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,7 @@ const Features = function (config) {
7070
opt.includes("CRSF") ||
7171
opt.includes("GHST") ||
7272
opt.includes("FPORT") ||
73-
opt.includes("JETI") ||
74-
opt.includes("MAVLINK"),
73+
opt.includes("JETI"),
7574
)
7675
) {
7776
enableTelemetry = true;

0 commit comments

Comments
 (0)