We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24c1afd commit 7d44028Copy full SHA for 7d44028
src/js/Features.js
@@ -61,7 +61,7 @@ const Features = function (config) {
61
}
62
63
64
- // Add TELEMETRY feature if any of the following protocols are used: CRSF, GHST, FPORT, JETI, MAVLINK
+ // Add TELEMETRY feature if any of the following protocols are used: CRSF, GHST, FPORT, JETI
65
if (semver.gte(config.apiVersion, API_VERSION_1_46)) {
66
let enableTelemetry = false;
67
if (
0 commit comments