Skip to content

Commit 7d44028

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/Features.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const Features = function (config) {
6161
}
6262
}
6363

64-
// Add TELEMETRY feature if any of the following protocols are used: CRSF, GHST, FPORT, JETI, MAVLINK
64+
// Add TELEMETRY feature if any of the following protocols are used: CRSF, GHST, FPORT, JETI
6565
if (semver.gte(config.apiVersion, API_VERSION_1_46)) {
6666
let enableTelemetry = false;
6767
if (

0 commit comments

Comments
 (0)